diff --git a/srcpkgs/codecrypt/patches/cryptopp.patch b/srcpkgs/codecrypt/patches/cryptopp.patch new file mode 100644 index 0000000000..d04c5add61 --- /dev/null +++ b/srcpkgs/codecrypt/patches/cryptopp.patch @@ -0,0 +1,11 @@ +--- configure.ac ++++ configure.ac +@@ -37,7 +37,7 @@ if test "$WITH_CRYPTOPP" = "yes"; then + + PKG_PROG_PKG_CONFIG([0.25]) + +- PKG_CHECK_MODULES([CRYPTOPP],[libcrypto++]) ++ PKG_CHECK_MODULES([CRYPTOPP],[libcryptopp]) + + #crypto++ headers are either in include/crypto++ or include/cryptopp, + #the information is otherwise unavailable from standard configuration