]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl: Remove rpath whitelist.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 22:33:46 +0000 (00:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 22:33:46 +0000 (00:33 +0200)
pkgs/core/perl/perl.nm

index c5275f1bc37d1bd5a298ff9864f3cbe52a784d3b..344e291b077b494a81f93018f98ac5d6010c9556 100644 (file)
@@ -50,11 +50,6 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-define QUALITY_AGENT_WHITELIST_RPATH
-       /usr/lib/perl*/auto/Time/HiRes/HiRes.so
-       /usr/lib/perl*/auto/Compress/Raw/Zlib/Zlib.so
-endef
-
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && sed -i 's/command /command[ -]/' makedepend.SH
 endef