From: Michael Tremer Date: Sun, 28 Nov 2010 20:54:29 +0000 (+0100) Subject: openssl: Remove the random improvements from OpenBSD that do not work anymore. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5db4b4b59d40bb53a76a83ce5046fe531cafd2;p=ipfire-3.x.git openssl: Remove the random improvements from OpenBSD that do not work anymore. --- diff --git a/pkgs/core/openssl/openssl.nm b/pkgs/core/openssl/openssl.nm index 5104c0b81..b2803fad9 100644 --- a/pkgs/core/openssl/openssl.nm +++ b/pkgs/core/openssl/openssl.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = openssl PKG_VER = 1.0.0b -PKG_REL = 2 +PKG_REL = 3 PKG_MAINTAINER = Michael Tremer PKG_GROUP = System/Libraries @@ -60,11 +60,6 @@ endif #endif define STAGE_PREPARE_CMDS - #cd $(DIR_APP) && sed -e 's/__OpenBSD__/__linux__/' -e 's/arandom/urandom/' \ - # -i crypto/rand/randfile.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 {} \;