From 2e7e11d3a15b0cab33c714c05836db7ab43c59fe Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 17 Dec 2019 16:05:21 +0100 Subject: [PATCH] codecrypt: fix build --- srcpkgs/codecrypt/patches/cryptopp.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/codecrypt/patches/cryptopp.patch 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