codecrypt: fix build
This commit is contained in:
parent
17875f9096
commit
2e7e11d3a1
1 changed files with 11 additions and 0 deletions
11
srcpkgs/codecrypt/patches/cryptopp.patch
Normal file
11
srcpkgs/codecrypt/patches/cryptopp.patch
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue