diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-08 18:29:26 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-08 18:29:26 +0000 |
commit | dbca1e5662eecf3c3e0071aee2aa41c1f77592f9 (patch) | |
tree | 6f9c93b08ccf4846fc8e28fd14999db7b7976b32 /package/libs/openssl/patches/200-parallel_build.patch | |
parent | a6a142caf66a0b1a11b6f515c7b5b11159916a4f (diff) | |
download | upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.tar.gz upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.tar.bz2 upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.zip |
openssl: bump to 1.0.1j
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43875
Diffstat (limited to 'package/libs/openssl/patches/200-parallel_build.patch')
-rw-r--r-- | package/libs/openssl/patches/200-parallel_build.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/openssl/patches/200-parallel_build.patch b/package/libs/openssl/patches/200-parallel_build.patch index 646c51ba16..b63e5eea63 100644 --- a/package/libs/openssl/patches/200-parallel_build.patch +++ b/package/libs/openssl/patches/200-parallel_build.patch @@ -97,7 +97,7 @@ fi; \ --- a/crypto/Makefile +++ b/crypto/Makefile -@@ -90,11 +90,11 @@ testapps: +@@ -85,11 +85,11 @@ testapps: @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi subdirs: @@ -111,7 +111,7 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) -@@ -105,7 +105,7 @@ links: +@@ -100,7 +100,7 @@ links: # lib: $(LIB): are splitted to avoid end-less loop lib: $(LIB) @touch lib @@ -120,7 +120,7 @@ $(AR) $(LIB) $(LIBOBJ) [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o $(RANLIB) $(LIB) || echo Never mind. -@@ -116,7 +116,7 @@ shared: buildinf.h lib subdirs +@@ -111,7 +111,7 @@ shared: buildinf.h lib subdirs fi libs: @@ -129,7 +129,7 @@ install: @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... -@@ -125,7 +125,7 @@ install: +@@ -120,7 +120,7 @@ install: (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ done; |