summaryrefslogtreecommitdiff
path: root/package/cyassl/patches/110-makefile_disable_examples_tests.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-25 16:03:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-25 16:03:10 +0000
commitfc0d5602068709355c852616a3f8d90b3496c3f5 (patch)
tree0b4a8fb315999cbf9854989137ac5ce632a8f5f8 /package/cyassl/patches/110-makefile_disable_examples_tests.patch
parent2cf4946597e5a6ba55ca40359494bc5732c1b9e3 (diff)
downloadmtk-20170518-fc0d5602068709355c852616a3f8d90b3496c3f5.zip
mtk-20170518-fc0d5602068709355c852616a3f8d90b3496c3f5.tar.gz
mtk-20170518-fc0d5602068709355c852616a3f8d90b3496c3f5.tar.bz2
add cyassl (moved from packages feed, required by uhttpd-mod-tls)
SVN-Revision: 20430
Diffstat (limited to 'package/cyassl/patches/110-makefile_disable_examples_tests.patch')
-rw-r--r--package/cyassl/patches/110-makefile_disable_examples_tests.patch53
1 files changed, 53 insertions, 0 deletions
diff --git a/package/cyassl/patches/110-makefile_disable_examples_tests.patch b/package/cyassl/patches/110-makefile_disable_examples_tests.patch
new file mode 100644
index 0000000..fee538f
--- /dev/null
+++ b/package/cyassl/patches/110-makefile_disable_examples_tests.patch
@@ -0,0 +1,53 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,10 +1,10 @@
+-SUBDIRS = src ctaocrypt examples testsuite
++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; \
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -190,7 +190,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
+ 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:
+
+
+ basic:
+- cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
++ cd src; $(MAKE); cd ../
+
+ openssl-links:
+ cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
+--- a/ctaocrypt/Makefile.am
++++ b/ctaocrypt/Makefile.am
+@@ -1,3 +1,3 @@
+-SUBDIRS = src test benchmark
++SUBDIRS = src
+ EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
+
+--- a/ctaocrypt/Makefile.in
++++ b/ctaocrypt/Makefile.in
+@@ -174,7 +174,7 @@ target_os = @target_os@
+ target_vendor = @target_vendor@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = src test benchmark
++SUBDIRS = src
+ EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
+ all: all-recursive
+