From: Michael Tremer Date: Wed, 11 Jun 2008 08:53:29 +0000 (+0200) Subject: Hardened diffutils. X-Git-Tag: v3.0-alpha1~978^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00f57d86a86aa0e1467a24735e014cda5f4dc194;p=ipfire-3.x.git Hardened diffutils. --- diff --git a/lfs/diffutils b/lfs/diffutils index c5d249b61..c259b80e2 100644 --- a/lfs/diffutils +++ b/lfs/diffutils @@ -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)