From: Stefan Schantl Date: Thu, 14 May 2009 19:20:18 +0000 (+0200) Subject: Added arc4 to openssl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55347a4642f4827d91d11339a40f359be8585a4c;p=ipfire-3.x.git Added arc4 to openssl. --- diff --git a/lfs/openssl b/lfs/openssl index 4ed74423f..370acf41f 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -89,6 +89,7 @@ $(OBJECT): $(objects) -i.orig crypto/rand/randfile.c cd $(DIR_APP) && sed 's/__OpenBSD__/__linux__/' -i.orig crypto/uid.c + cd $(DIR_APP) && sed -e 's/__OpenBSD__/__linux__/' -i crypto/rand/rand_unix.c cd $(DIR_APP) && find crypto/ -name Makefile -exec \ sed 's/^ASFLAGS=/&-Wa,--noexecstack /' -i.orig {} \;