diff options
Diffstat (limited to 'app-crypt/bestcrypt/files/bestcrypt-1.6_p1-kgsha256makefile_fix.patch')
-rw-r--r-- | app-crypt/bestcrypt/files/bestcrypt-1.6_p1-kgsha256makefile_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-kgsha256makefile_fix.patch b/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-kgsha256makefile_fix.patch new file mode 100644 index 000000000000..88503277ae1f --- /dev/null +++ b/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-kgsha256makefile_fix.patch @@ -0,0 +1,10 @@ +--- bcrypt/kgsha256/Makefile.orig 2005-11-11 05:44:50.000000000 +1100 ++++ bcrypt/kgsha256/Makefile 2005-11-11 05:45:20.000000000 +1100 +@@ -20,6 +20,7 @@ + + CPP=g++ + CPPFLAGS = -Wall -Werror -fno-strength-reduce -I../include ++CPPFLAGS += $(EXTRA_CXXFLAGS) + + TARGET = libkgsha256.so + HEADERS = kg_defs.h kblock.h |