diff options
Diffstat (limited to 'package/polarssl/patches/patch-Makefile')
-rw-r--r-- | package/polarssl/patches/patch-Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/package/polarssl/patches/patch-Makefile b/package/polarssl/patches/patch-Makefile index b805fbf95..9f2be0470 100644 --- a/package/polarssl/patches/patch-Makefile +++ b/package/polarssl/patches/patch-Makefile @@ -1,15 +1,13 @@ ---- polarssl-1.2.8.orig/Makefile 2013-06-21 15:11:10.000000000 +0200 -+++ polarssl-1.2.8/Makefile 2013-08-15 16:10:58.555680994 +0200 -@@ -2,8 +2,6 @@ - DESTDIR=/usr/local +--- polarssl-1.3.6.orig/Makefile 2014-04-11 15:33:59.000000000 +0200 ++++ polarssl-1.3.6/Makefile 2014-04-25 07:48:48.000000000 +0200 +@@ -1,5 +1,5 @@ + +-DESTDIR=/usr/local ++DESTDIR=/usr PREFIX=polarssl_ --.SILENT: -- - all: - cd library && $(MAKE) all && cd .. - cd programs && $(MAKE) all && cd .. -@@ -17,18 +15,18 @@ lib: + .SILENT: +@@ -17,18 +17,18 @@ lib: cd library && $(MAKE) all && cd .. install: @@ -21,7 +19,7 @@ - mkdir -p $(DESTDIR)/lib - cp library/libpolarssl.* $(DESTDIR)/lib + mkdir -p $(DESTDIR)/usr/lib -+ cp library/libpolarssl.* $(DESTDIR)/usr/lib ++ cp -fpR library/libpolarssl.* $(DESTDIR)/usr/lib - mkdir -p $(DESTDIR)/bin + mkdir -p $(DESTDIR)/usr/bin |