Root/package/cyassl/patches/110-makefile_disable_examples_tests.patch

1--- a/Makefile.am
2+++ b/Makefile.am
3@@ -1,10 +1,10 @@
4-SUBDIRS = src ctaocrypt examples testsuite
5+SUBDIRS = src ctaocrypt
6 EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
7     lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
8     doc/*.pdf
9 
10 basic:
11- cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
12+ cd src; $(MAKE); cd ../
13 
14 openssl-links:
15     cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
16--- a/Makefile.in
17+++ b/Makefile.in
18@@ -190,7 +190,7 @@ target_os = @target_os@
19 target_vendor = @target_vendor@
20 top_builddir = @top_builddir@
21 top_srcdir = @top_srcdir@
22-SUBDIRS = src ctaocrypt examples testsuite
23+SUBDIRS = src ctaocrypt
24 EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
25     lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
26     doc/*.pdf
27@@ -638,7 +638,7 @@ uninstall-am:
28 
29 
30 basic:
31- cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
32+ cd src; $(MAKE); cd ../
33 
34 openssl-links:
35     cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
36--- a/ctaocrypt/Makefile.am
37+++ b/ctaocrypt/Makefile.am
38@@ -1,3 +1,3 @@
39-SUBDIRS = src test benchmark
40+SUBDIRS = src
41 EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
42 
43--- a/ctaocrypt/Makefile.in
44+++ b/ctaocrypt/Makefile.in
45@@ -174,7 +174,7 @@ target_os = @target_os@
46 target_vendor = @target_vendor@
47 top_builddir = @top_builddir@
48 top_srcdir = @top_srcdir@
49-SUBDIRS = src test benchmark
50+SUBDIRS = src
51 EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
52 all: all-recursive
53 
54

Archive Download this file



interactive