The attached patch fixes xyssl build on non-linux plaforms -- the original Makefile...
authorFlorian Fainelli <florian@openwrt.org>
Thu, 7 Aug 2008 09:56:54 +0000 (09:56 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 7 Aug 2008 09:56:54 +0000 (09:56 +0000)
SVN-Revision: 12234

libs/xyssl/patches/110-make.patch [new file with mode: 0644]

diff --git a/libs/xyssl/patches/110-make.patch b/libs/xyssl/patches/110-make.patch
new file mode 100644 (file)
index 0000000..bbbdcdf
--- /dev/null
@@ -0,0 +1,13 @@
+--- xyssl-0.9/Makefile.orig    2008-03-16 15:14:56.000000000 +0100
++++ xyssl-0.9/Makefile 2008-08-06 17:11:20.000000000 +0200
+@@ -5,8 +5,8 @@
+ .SILENT:
+ all:
+-      cd library  && make all && cd ..
+-      cd programs && make all && cd ..
++      cd library  && $(MAKE) all && cd ..
++      cd programs && $(MAKE) all && cd ..
+ install:
+       mkdir -p $(DESTDIR)/include/xyssl