mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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
This commit is contained in:
22
package/cyassl/patches/100-makefile_dollar_make.patch
Normal file
22
package/cyassl/patches/100-makefile_dollar_make.patch
Normal file
@@ -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; \
|
||||
Reference in New Issue
Block a user