Loading make/openssl.mk +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ # TARGETS OPENSSL_SITE:=http://www.openssl.org/source OPENSSL_SOURCE:=openssl-0.9.7a.tar.gz OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7a OPENSSL_SOURCE:=openssl-0.9.7c.tar.gz OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7c OPENSSL_PATCH=$(SOURCE_DIR)/openssl.patch $(DL_DIR)/$(OPENSSL_SOURCE): Loading sources/openssl.patch +0 −8 Original line number Diff line number Diff line Loading @@ -171,14 +171,6 @@ + { + return SSL_library_init(); + } --- openssl-0.9.7.orig/tools/c_rehash +++ openssl-0.9.7/tools/c_rehash @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # Perl c_rehash script, scan all files in a directory --- openssl-0.9.7.orig/tools/c_rehash.in +++ openssl-0.9.7/tools/c_rehash.in @@ -1,4 +1,4 @@ Loading Loading
make/openssl.mk +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ # TARGETS OPENSSL_SITE:=http://www.openssl.org/source OPENSSL_SOURCE:=openssl-0.9.7a.tar.gz OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7a OPENSSL_SOURCE:=openssl-0.9.7c.tar.gz OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7c OPENSSL_PATCH=$(SOURCE_DIR)/openssl.patch $(DL_DIR)/$(OPENSSL_SOURCE): Loading
sources/openssl.patch +0 −8 Original line number Diff line number Diff line Loading @@ -171,14 +171,6 @@ + { + return SSL_library_init(); + } --- openssl-0.9.7.orig/tools/c_rehash +++ openssl-0.9.7/tools/c_rehash @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # Perl c_rehash script, scan all files in a directory --- openssl-0.9.7.orig/tools/c_rehash.in +++ openssl-0.9.7/tools/c_rehash.in @@ -1,4 +1,4 @@ Loading