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-programs_Makefile | |
parent | cd298d7886ee71772a93babf2f1d489a9aaf3ecd (diff) |
update to latest upstream
Diffstat (limited to 'package/polarssl/patches/patch-programs_Makefile')
-rw-r--r-- | package/polarssl/patches/patch-programs_Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/polarssl/patches/patch-programs_Makefile b/package/polarssl/patches/patch-programs_Makefile deleted file mode 100644 index e319dce1f..000000000 --- a/package/polarssl/patches/patch-programs_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- polarssl-1.2.8.orig/programs/Makefile 2013-06-21 15:11:10.000000000 +0200 -+++ polarssl-1.2.8/programs/Makefile 2013-08-15 16:18:39.387085302 +0200 -@@ -4,7 +4,7 @@ - # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS - - CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement --OFLAGS = -O2 -+#OFLAGS = -O2 - LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) - - ifdef DEBUG -@@ -46,8 +46,6 @@ ifdef OPENSSL - APPS += test/o_p_test - endif - --.SILENT: -- - all: $(APPS) - - aes/aescrypt2: aes/aescrypt2.c ../library/libpolarssl.a |