Changeset 77127f2 in freewrt for package/openssl


Ignore:
Timestamp:
Jan 13, 2009, 7:52:47 PM (17 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ca47de2
Parents:
51cbc6d
Message:

Fixes build, that fips stuff makes me a little bit nervous.

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3832 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/openssl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • package/openssl/Makefile

    r51cbc6d r77127f2  
    1818PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1919
    20 OPENSSL_OPTIONS = shared no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic no-engines
     20OPENSSL_OPTIONS = shared no-ec no-err no-hw no-krb5 no-threads zlib-dynamic no-engines
    2121
    2222ifeq ($(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 @@
    64 
    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
    1010 
    1111 # 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=
     1diff -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 @@
    75 
    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
    1010 SHLIBDIRS= crypto ssl
    1111 
    1212 # dirs in crypto to build
    13 @@ -119,7 +119,7 @@
     13@@ -150,7 +150,7 @@
    1414 
    1515 # tests to perform.  "alltests" is a special word indicating that all tests
     
    2020 MAKEFILE= Makefile
    2121 
    22 @@ -131,7 +131,7 @@
     22@@ -162,7 +162,7 @@
    2323 
    2424 TOP=    .
     
    2929 LIBS=   libcrypto.a libssl.a
    3030 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
    3333 
    3434 sub_all: build_all
     
    3636+build_all: build_libs build_apps build_tools
    3737 
    38  build_libs: build_crypto build_ssl build_engines
     38 build_libs: build_crypto build_fips build_ssl build_shared build_engines
    3939 
    40 @@ -454,7 +454,7 @@
     40@@ -610,7 +610,7 @@
    4141 dist_pem_h:
    4242        (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
     
    4747 install_sw:
    4848        @$(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.org
    50 --- openssl-0.9.8a/Makefile.org 2006-03-29 14:59:41.941396896 +0200
    51 +++ openssl-0.9.8a.new/Makefile.org     2006-03-29 15:29:46.126119128 +0200
    52 @@ -117,7 +117,7 @@
     49diff -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 @@
    5353 
    5454 # tests to perform.  "alltests" is a special word indicating that all tests
     
    5959 MAKEFILE= Makefile
    6060 
    61 @@ -129,7 +129,7 @@
     61@@ -160,7 +160,7 @@
    6262 
    6363 TOP=    .
     
    6868 LIBS=   libcrypto.a libssl.a
    6969 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
    7272 
    7373 sub_all: build_all
     
    7575+build_all: build_libs build_apps build_tools
    7676 
    77  build_libs: build_crypto build_ssl build_engines
     77 build_libs: build_crypto build_fips build_ssl build_shared build_engines
    7878 
    79 @@ -219,7 +219,7 @@
     79@@ -344,7 +344,7 @@
    8080 build_tools:
    81         @dir=tools; target=all; $(BUILD_CMD)
     81        @dir=tools; target=all; $(BUILD_ONE_CMD)
    8282 
    8383-all_testapps: build_libs build_testapps
    8484+all_testapps: build_libs
    8585 build_testapps:
    86         @dir=crypto; target=testapps; $(BUILD_CMD)
     86        @dir=crypto; target=testapps; $(BUILD_ONE_CMD)
    8787 
    88 @@ -452,7 +452,7 @@
     88@@ -608,7 +608,7 @@
    8989 dist_pem_h:
    9090        (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
Note: See TracChangeset for help on using the changeset viewer.