From: ms Date: Mon, 11 Feb 2008 21:23:47 +0000 (+0000) Subject: Removed an obsolete sed in lfs/openssl. X-Git-Tag: v3.0-alpha1~1104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d688eaab94cbaac25c69e3ecb948aed86be23d;p=ipfire-3.x.git Removed an obsolete sed in lfs/openssl. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1201 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/lfs/openssl b/lfs/openssl index 30e46e434..81b742683 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -54,7 +54,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fix_manpages-1.patch - cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=$(MACHINE)/' Configure cd $(DIR_APP) && ./config --prefix=/usr --openssldir=/etc/ssl shared cd $(DIR_APP) && make MANDIR=/usr/share/man #-j $(PARALLELISM)