From: Michael Tremer Date: Sun, 26 Apr 2009 08:20:55 +0000 (+0200) Subject: Removed -rpaths from iptables. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3514f61d92d84a05470e677af700dcb7c5966ab4;p=ipfire-3.x.git Removed -rpaths from iptables. --- diff --git a/lfs/iptables b/lfs/iptables index 49eb0f1c7..6b15b7542 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -50,6 +50,8 @@ define LONG_DESC you should install this package. endef +CFLAGS += -fno-strict-aliasing + ############################################################################### # Top-level Rules ############################################################################### @@ -97,6 +99,11 @@ $(OBJECT): $(objects) --enable-devel \ --enable-libipq + # Remove rpath + cd $(DIR_APP) && sed -i libtool \ + -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ + -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' + cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install