Changeset 412a1a9 in freewrt
- Timestamp:
- Sep 6, 2006, 6:47:16 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- af632b3
- Parents:
- 56a59083
- Location:
- package/openssl
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
patches/160-disable_doc_tests.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/openssl/Makefile
r56a59083 r412a1a9 4 4 5 5 PKG_NAME:=openssl 6 PKG_VERSION:=0.9.8 a7 PKG_RELEASE:= 38 PKG_MD5SUM:= 1d16c727c10185e4d694f87f5e424ee16 PKG_VERSION:=0.9.8c 7 PKG_RELEASE:=1 8 PKG_MD5SUM:=78454bec556bcb4c45129428a766c886 9 9 10 10 PKG_SOURCE_URL:=http://www.openssl.org/source/ \ -
package/openssl/patches/160-disable_doc_tests.patch
r56a59083 r412a1a9 37 37 38 38 build_libs: build_crypto build_ssl build_engines 39 40 @@ -454,7 +454,7 @@41 dist_pem_h:42 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)43 44 -install: all install_docs install_sw45 +install: all install_sw46 47 install_sw:48 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \49 diff -urN openssl-0.9.8a/Makefile.bak openssl-0.9.8a.new/Makefile.bak50 --- openssl-0.9.8a/Makefile.bak 2005-10-11 12:21:44.000000000 +020051 +++ openssl-0.9.8a.new/Makefile.bak 2006-03-29 15:28:48.660855176 +020052 @@ -102,7 +102,7 @@53 KRB5_INCLUDES=54 LIBKRB5=55 56 -DIRS= crypto ssl engines apps test tools57 +DIRS= crypto ssl engines apps tools58 SHLIBDIRS= crypto ssl59 60 # dirs in crypto to build61 @@ -119,7 +119,7 @@62 63 # tests to perform. "alltests" is a special word indicating that all tests64 # should be performed.65 -TESTS = alltests66 +TESTS =67 68 MAKEFILE= Makefile69 70 @@ -131,7 +131,7 @@71 72 TOP= .73 ONEDIRS=out tmp74 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS75 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS76 WDIRS= windows77 LIBS= libcrypto.a libssl.a78 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)79 @@ -204,7 +204,7 @@80 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)81 82 sub_all: build_all83 -build_all: build_libs build_apps build_tests build_tools84 +build_all: build_libs build_apps build_tools85 86 build_libs: build_crypto build_ssl build_engines87 88 @@ -221,7 +221,7 @@89 build_tools:90 @dir=tools; target=all; $(BUILD_CMD)91 92 -all_testapps: build_libs build_testapps93 +all_testapps: build_libs94 build_testapps:95 @dir=crypto; target=testapps; $(BUILD_CMD)96 39 97 40 @@ -454,7 +454,7 @@
Note:
See TracChangeset
for help on using the changeset viewer.
