aboutsummaryrefslogtreecommitdiffstats
path: root/package/cyassl/patches/100-makefile_dollar_make.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
commitd23e5b2dd9a1c674868959113e58f3cc1963facf (patch)
tree28f07adc208cd7b3789125dcc04d7bc0a3fa39f3 /package/cyassl/patches/100-makefile_dollar_make.patch
parent960a327a19e605f16bc5778d1e551eeba65f4680 (diff)
downloadupstream-d23e5b2dd9a1c674868959113e58f3cc1963facf.tar.gz
upstream-d23e5b2dd9a1c674868959113e58f3cc1963facf.tar.bz2
upstream-d23e5b2dd9a1c674868959113e58f3cc1963facf.zip
[package] add cyassl (moved from packages feed, required by uhttpd-mod-tls)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyassl/patches/100-makefile_dollar_make.patch')
-rw-r--r--package/cyassl/patches/100-makefile_dollar_make.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/cyassl/patches/100-makefile_dollar_make.patch b/package/cyassl/patches/100-makefile_dollar_make.patch
new file mode 100644
index 0000000000..07f7a8879e
--- /dev/null
+++ b/package/cyassl/patches/100-makefile_dollar_make.patch
@@ -0,0 +1,22 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -4,7 +4,7 @@ EXTRA_DIST = cyassl.dsp cyassl.dsw certs
+ doc/*.pdf
+
+ basic:
+- cd src; make; cd ../testsuite; make; cd ../
++ cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
+
+ openssl-links:
+ cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -638,7 +638,7 @@ uninstall-am:
+
+
+ basic:
+- cd src; make; cd ../testsuite; make; cd ../
++ cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
+
+ openssl-links:
+ cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \