Changeset 77127f2 in freewrt for package/openssl
- Timestamp:
- Jan 13, 2009, 7:52:47 PM (17 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- ca47de2
- Parents:
- 51cbc6d
- Location:
- package/openssl
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
patches/140-makefile-dirs.patch (modified) (1 diff)
-
patches/160-disable_doc_tests.patch (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/openssl/Makefile
r51cbc6d r77127f2 18 18 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.gz 19 19 20 OPENSSL_OPTIONS = shared no-ec no-err no- fips no-hw no-krb5 no-threads zlib-dynamic no-engines20 OPENSSL_OPTIONS = shared no-ec no-err no-hw no-krb5 no-threads zlib-dynamic no-engines 21 21 22 22 ifeq ($(FWRT_PACKAGE_LIBOPENSSL_CUSTOM_FEATURES),y) -
package/openssl/patches/140-makefile-dirs.patch
r51cbc6d r77127f2 1 --- openssl-0.9.8a/Makefile.org 2006-02-21 20:57:45.000000000 -0800 2 +++ openssl-0.9.8a-new/Makefile.org 2006-02-21 21:37:11.000000000 -0800 3 @@ -100,7 +100,7 @@ 4 KRB5_INCLUDES= 5 LIBKRB5= 1 --- openssl-0.9.8j/Makefile.org.orig 2009-01-13 19:10:48.000000000 +0100 2 +++ openssl-0.9.8j/Makefile.org 2009-01-13 19:11:14.000000000 +0100 3 @@ -131,7 +131,7 @@ 6 4 7 -DIRS= crypto ssl engines apps test tools 8 +DIRS= crypto ssl apps 9 SHLIBDIRS= crypto ssl 5 BASEADDR= 6 7 -DIRS= crypto fips ssl engines apps test tools 8 +DIRS= crypto fips ssl apps 9 SHLIBDIRS= crypto ssl fips 10 10 11 11 # dirs in crypto to build -
package/openssl/patches/160-disable_doc_tests.patch
r51cbc6d r77127f2 1 diff -urN openssl-0.9.8a/Makefile openssl-0.9.8a.new/Makefile 2 --- openssl-0.9.8a/Makefile 2005-10-11 12:21:48.000000000 +0200 3 +++ openssl-0.9.8a.new/Makefile 2006-03-29 15:23:28.107586680 +0200 4 @@ -102,7 +102,7 @@ 5 KRB5_INCLUDES= 6 LIBKRB5= 1 diff -Nur openssl-0.9.8j.orig/Makefile openssl-0.9.8j/Makefile 2 --- openssl-0.9.8j.orig/Makefile 2009-01-07 12:57:01.000000000 +0100 3 +++ openssl-0.9.8j/Makefile 2009-01-13 19:14:05.000000000 +0100 4 @@ -133,7 +133,7 @@ 7 5 8 -DIRS= crypto ssl engines apps test tools 9 +DIRS= crypto ssl engines apps tools 6 BASEADDR=0xFB00000 7 8 -DIRS= crypto fips ssl engines apps test tools 9 +DIRS= crypto fips ssl engines apps tools 10 10 SHLIBDIRS= crypto ssl 11 11 12 12 # dirs in crypto to build 13 @@ -1 19,7 +119,7 @@13 @@ -150,7 +150,7 @@ 14 14 15 15 # tests to perform. "alltests" is a special word indicating that all tests … … 20 20 MAKEFILE= Makefile 21 21 22 @@ -1 31,7 +131,7 @@22 @@ -162,7 +162,7 @@ 23 23 24 24 TOP= . … … 29 29 LIBS= libcrypto.a libssl.a 30 30 SHARED_CRYPTO=libcrypto$(SHLIB_EXT) 31 @@ - 204,7 +204,7 @@32 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)31 @@ -321,7 +321,7 @@ 32 ../crypto/uid.o 33 33 34 34 sub_all: build_all … … 36 36 +build_all: build_libs build_apps build_tools 37 37 38 build_libs: build_crypto build_ sslbuild_engines38 build_libs: build_crypto build_fips build_ssl build_shared build_engines 39 39 40 @@ - 454,7 +454,7 @@40 @@ -610,7 +610,7 @@ 41 41 dist_pem_h: 42 42 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) … … 47 47 install_sw: 48 48 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ 49 diff - urN openssl-0.9.8a/Makefile.org openssl-0.9.8a.new/Makefile.org50 --- openssl-0.9.8 a/Makefile.org 2006-03-29 14:59:41.941396896 +020051 +++ openssl-0.9.8 a.new/Makefile.org 2006-03-29 15:29:46.126119128 +020052 @@ -1 17,7 +117,7 @@49 diff -Nur openssl-0.9.8j.orig/Makefile.org openssl-0.9.8j/Makefile.org 50 --- openssl-0.9.8j.orig/Makefile.org 2008-12-30 14:26:26.000000000 +0100 51 +++ openssl-0.9.8j/Makefile.org 2009-01-13 19:13:24.000000000 +0100 52 @@ -148,7 +148,7 @@ 53 53 54 54 # tests to perform. "alltests" is a special word indicating that all tests … … 59 59 MAKEFILE= Makefile 60 60 61 @@ -1 29,7 +129,7 @@61 @@ -160,7 +160,7 @@ 62 62 63 63 TOP= . … … 68 68 LIBS= libcrypto.a libssl.a 69 69 SHARED_CRYPTO=libcrypto$(SHLIB_EXT) 70 @@ - 202,7 +202,7 @@71 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)70 @@ -319,7 +319,7 @@ 71 ../crypto/uid.o 72 72 73 73 sub_all: build_all … … 75 75 +build_all: build_libs build_apps build_tools 76 76 77 build_libs: build_crypto build_ sslbuild_engines77 build_libs: build_crypto build_fips build_ssl build_shared build_engines 78 78 79 @@ - 219,7 +219,7 @@79 @@ -344,7 +344,7 @@ 80 80 build_tools: 81 @dir=tools; target=all; $(BUILD_ CMD)81 @dir=tools; target=all; $(BUILD_ONE_CMD) 82 82 83 83 -all_testapps: build_libs build_testapps 84 84 +all_testapps: build_libs 85 85 build_testapps: 86 @dir=crypto; target=testapps; $(BUILD_ CMD)86 @dir=crypto; target=testapps; $(BUILD_ONE_CMD) 87 87 88 @@ - 452,7 +452,7 @@88 @@ -608,7 +608,7 @@ 89 89 dist_pem_h: 90 90 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
Note:
See TracChangeset
for help on using the changeset viewer.
