342c913 The remaining dependency on libcrypt was caused by the Perl plugin linking

Authored and Committed by mschwendt 5 years ago
    The remaining dependency on libcrypt was caused by the Perl plugin linking
      with libperl and relinking with various other shared libs because of relying
      on "perl -MExtUtils::Embed -e ldopts" for retrieving the linker options.
      Now only link with -lperl through a sed substitution in %build.
    
        
file modified
+28 -18