[packages] add polarssl package, official successor of xyssl (#4736)
[packages.git] / libs / xyssl / patches / 110-make.patch
1 --- xyssl-0.9/Makefile.orig     2008-03-16 15:14:56.000000000 +0100
2 +++ xyssl-0.9/Makefile  2008-08-06 17:11:20.000000000 +0200
3 @@ -5,8 +5,8 @@
4  .SILENT:
5  
6  all:
7 -       cd library  && make all && cd ..
8 -       cd programs && make all && cd ..
9 +       cd library  && $(MAKE) all && cd ..
10 +       cd programs && $(MAKE) all && cd ..
11  
12  install:
13         mkdir -p $(DESTDIR)/include/xyssl