]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed PIE flags from iputils.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 16:21:58 +0000 (16:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 16:21:58 +0000 (16:21 +0000)
Everything is built with -fpie.

lfs/iputils

index 5a24a58e8f69c724f0d4fb7ca7334228f94bf2de..9e5bb2dc4eaf028032aac8612cf6bccbac1d88e4 100644 (file)
@@ -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/