summaryrefslogtreecommitdiffstats
path: root/cryptopp
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-13 22:45:28 +0000
committer Eric Hameleers <alien@slackware.com>2018-04-13 22:45:28 +0000
commitf3a6b93c0d44c04928b5cf172dd84d7ffb23bb32 (patch)
treed50bfda895b30bf033908ae193bf165f92a6f4ba /cryptopp
parentd2075a0ff9bee01964ac03767cb1bf64cb94e1b1 (diff)
downloadasb-f3a6b93c0d44c04928b5cf172dd84d7ffb23bb32.tar.gz
asb-f3a6b93c0d44c04928b5cf172dd84d7ffb23bb32.tar.xz
cryptopp: update the pkg-config file
Diffstat (limited to 'cryptopp')
-rw-r--r--cryptopp/build/cryptopp.pc5
1 files changed, 3 insertions, 2 deletions
diff --git a/cryptopp/build/cryptopp.pc b/cryptopp/build/cryptopp.pc
index 4f215118..070c226b 100644
--- a/cryptopp/build/cryptopp.pc
+++ b/cryptopp/build/cryptopp.pc
@@ -1,6 +1,7 @@
-prefix/usr
+prefix=/usr
exec_prefix=/usr
libdir=/usr/lib@LIBDIRSUFFIX@
+includedir=${prefix}/include/cryptopp
Name: Crypto++
Description: A free C++ class library of cryptographic schemes
@@ -10,5 +11,5 @@ Requires:
Conflicts:
Libs: -L${libdir} -lcryptopp
Libs.private:
-Cflags:
+Cflags: -I${includedir}