patch-programs_Makefile 559 B

1234567891011121314151617181920
  1. --- polarssl-1.2.8.orig/programs/Makefile 2013-06-21 15:11:10.000000000 +0200
  2. +++ polarssl-1.2.8/programs/Makefile 2013-08-15 16:18:39.387085302 +0200
  3. @@ -4,7 +4,7 @@
  4. # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
  5. CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
  6. -OFLAGS = -O2
  7. +#OFLAGS = -O2
  8. LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
  9. ifdef DEBUG
  10. @@ -46,8 +46,6 @@ ifdef OPENSSL
  11. APPS += test/o_p_test
  12. endif
  13. -.SILENT:
  14. -
  15. all: $(APPS)
  16. aes/aescrypt2: aes/aescrypt2.c ../library/libpolarssl.a