]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssl: Remove the random improvements from OpenBSD that do not work anymore.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Nov 2010 20:54:29 +0000 (21:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Nov 2010 20:54:29 +0000 (21:54 +0100)
pkgs/core/openssl/openssl.nm

index 5104c0b816ba13f984671b84dc2763299eb433c4..b2803fad9643286c6f3cb8b6eaa5605529a5bc8f 100644 (file)
@@ -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 <michael.tremer@ipfire.org>
 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 {} \;