From: Michael Tremer Date: Thu, 9 Oct 2008 16:21:58 +0000 (+0000) Subject: Removed PIE flags from iputils. X-Git-Tag: v3.0-alpha1~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f798e6800ced40cf9ebe19cb00999a9badb77d9;p=ipfire-3.x.git Removed PIE flags from iputils. Everything is built with -fpie. --- diff --git a/lfs/iputils b/lfs/iputils index 5a24a58e8..9e5bb2dc4 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -33,8 +33,6 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) -CFLAGS += -fpie - ############################################################################### # Top-level Rules ############################################################################### @@ -81,7 +79,7 @@ $(TARGET) : cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-warnings.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-output.patch - cd $(DIR_APP) && LDFLAGS=-pie make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && install -cp clockdiff /usr/sbin/ cd $(DIR_APP) && install -cp arping /sbin/