]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added exceptions to some packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 10:40:12 +0000 (12:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Jun 2009 10:40:12 +0000 (12:40 +0200)
lfs/grub
lfs/iptables
lfs/perl
lfs/perl-xml-parser
lfs/splashy
lfs/xz

index b46ed45d27b11787eae92fecf23ba78aad5221b3..1374b44c4c5f312652ea18671bc067427d451799 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -53,6 +53,10 @@ define LONG_DESC
        systems.
 endef
 
+define QUALITY_AGENT_WHITELIST_EXECSTACK
+       /usr/sbin/grub
+endef
+
 CFLAGS     = -Os -g -fno-strict-aliasing -fno-stack-protector -fno-pic -fno-pie -nopie
 CXXFLAGS   =
 
index 142994836e0f1b6cb7caecadbfba26e3c1419863..e0570812ab3273180e3d20474ee9283240be5843 100644 (file)
@@ -52,6 +52,10 @@ define LONG_DESC
        you should install this package.
 endef
 
+define QUALITY_AGENT_WHITELIST_SONAME
+       /lib/xtables/*
+endef
+
 CFLAGS    += -fno-strict-aliasing
 
 ###############################################################################
index a4f962aea387798630aa79d1b30eb89577aef1d5..621c0c0eefa012781507b36d358fcfc05d4966f4 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -37,6 +37,12 @@ CORE       = yes
 EXTRA      = no
 DEBUG      = no
 
+define QUALITY_AGENT_WHITELIST_RPATH
+       /usr/lib/perl5/*/auto/DB_File/DB_File.so \
+       /usr/lib/perl5/*/auto/Time/HiRes/HiRes.so \
+       /usr/lib/perl5/*/auto/Compress/Raw/Zlib/Zlib.so
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -83,7 +89,7 @@ ifeq "$(STAGE)" "toolchain"
                $(DIR_APP)/Configure \
                        -Dcc=$(IFS_TARGET)-gcc \
                        -Dprefix=$(TOOLS_DIR) \
-                       -Dlibc=$(TOOLS_DIR)/lib/libc-2.8.so \
+                       -Dlibc=$(shell ls $(TOOLS_DIR)/lib/libc-*.so) \
                        -Ulocincpth \
                        -Uloclibpth \
                        -Dglibpth="$(TOOLS_DIR)/lib" \
index 19367eecb7eec09173a2227ba5c8e8c591c0d4ab..99754aff5f64b7a0586b26daf8e90b19df4117d6 100644 (file)
@@ -37,6 +37,10 @@ CORE       = yes
 EXTRA      = no
 DEBUG      = no
 
+define QUALITY_AGENT_WHITELIST_RPATH
+       /usr/lib/perl5/site_perl/*/auto/XML/Parser/Expat/Expat.so
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b06415ddac8ccfc5b043f10c62e866477b8c3a98..a3aa21e96b00dafd8d1cc66960b22a1cfbfc6b87 100644 (file)
@@ -37,6 +37,10 @@ CORE       = yes
 EXTRA      = no
 DEBUG      = no
 
+define QUALITY_AGENT_WHITELIST_RPATH
+       /sbin/splashy
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/xz b/lfs/xz
index a4015e4019cebfb9765c9fea34232101b7ef4fbd..f271ede611948e8a8330bab7b64ffb30e0d09117 100644 (file)
--- a/lfs/xz
+++ b/lfs/xz
@@ -54,6 +54,12 @@ define LONG_DESC
        tools.
 endef
 
+define QUALITY_AGENT_WHITELIST_RPATH
+       /usr/bin/xz \
+       /usr/bin/lzmadec \
+       /usr/bin/xzdec
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################