diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:55:59 +0200 |
commit | 5bdd93287770808c4100008b8b0b39c1a55bf098 (patch) | |
tree | ee5750863b8d2182dfeb3d65dc7955391359e133 /package/polarssl/patches/patch-Makefile | |
parent | cd298d7886ee71772a93babf2f1d489a9aaf3ecd (diff) |
update to latest upstream
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 |