aboutsummaryrefslogtreecommitdiffstats
path: root/package/cyassl/patches/110-makefile_disable_examples_tests.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-12-07 12:21:41 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-12-07 12:21:41 +0000
commit140a67149ab8bad8939f5b1dddf69b9791b0e4de (patch)
tree8648010c89812cb932acf07c8ede26c09afd53cc /package/cyassl/patches/110-makefile_disable_examples_tests.patch
parent9bd6dcb9ba9694478bb4460d1a718f480d70b9e1 (diff)
downloadmaster-187ad058-140a67149ab8bad8939f5b1dddf69b9791b0e4de.tar.gz
master-187ad058-140a67149ab8bad8939f5b1dddf69b9791b0e4de.tar.bz2
master-187ad058-140a67149ab8bad8939f5b1dddf69b9791b0e4de.zip
package/cyassl: update to version 1.6.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyassl/patches/110-makefile_disable_examples_tests.patch')
-rw-r--r--package/cyassl/patches/110-makefile_disable_examples_tests.patch25
1 files changed, 9 insertions, 16 deletions
diff --git a/package/cyassl/patches/110-makefile_disable_examples_tests.patch b/package/cyassl/patches/110-makefile_disable_examples_tests.patch
index d991a336df..c66ab8c137 100644
--- a/package/cyassl/patches/110-makefile_disable_examples_tests.patch
+++ b/package/cyassl/patches/110-makefile_disable_examples_tests.patch
@@ -1,32 +1,25 @@
--- a/Makefile.am
+++ b/Makefile.am
-@@ -1,10 +1,10 @@
--SUBDIRS = src ctaocrypt examples testsuite
+@@ -1,4 +1,4 @@
+-SUBDIRS = src ctaocrypt examples testsuite sslSniffer
+SUBDIRS = src ctaocrypt
EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
- doc/*.pdf
-
- basic:
-- cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
-+ cd src; $(MAKE); cd ../
-
- openssl-links:
- cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
+ doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
--- a/Makefile.in
+++ b/Makefile.in
-@@ -190,7 +190,7 @@ target_os = @target_os@
+@@ -193,7 +193,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
--SUBDIRS = src ctaocrypt examples testsuite
+-SUBDIRS = src ctaocrypt examples testsuite sslSniffer
+SUBDIRS = src ctaocrypt
EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
- doc/*.pdf
-@@ -638,7 +638,7 @@ uninstall-am:
-
+ doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
+@@ -643,7 +643,7 @@ uninstall-am:
+ # !!!! first line of rule has to start with a hard (real) tab, not spaces
basic:
- cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
+ cd src; $(MAKE); cd ../
@@ -42,7 +35,7 @@
--- a/ctaocrypt/Makefile.in
+++ b/ctaocrypt/Makefile.in
-@@ -174,7 +174,7 @@ target_os = @target_os@
+@@ -177,7 +177,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@