void-packages/srcpkgs/codecrypt/patches/cryptopp.patch
2019-12-17 21:10:24 +01:00

11 lines
364 B
Diff

--- 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