]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Hardened diffutils.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Jun 2008 08:53:29 +0000 (10:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Jun 2008 08:53:29 +0000 (10:53 +0200)
lfs/diffutils

index c5d249b617014b05a79eac52f4af9bc60cf3ee69..c259b80e2b2e5dcc691f24b56e9802e476326197 100644 (file)
@@ -37,7 +37,7 @@ TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) $(THISAPP)-i18n-1.patch
+objects = $(DL_FILE) $(THISAPP)-i18n-1.patch $(THISAPP)-hardened_tmp-1.patch
 
 install : $(TARGET)
 
@@ -62,6 +62,7 @@ endif
 
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-hardened_tmp-1.patch
        cd $(DIR_APP) && touch man/diff.1
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make -j $(PARALLELISM)