summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/libalpm.pc.in
diff options
context:
space:
mode:
authorFlorian Weigelt <weigelt.florian@gmx.net>2016-10-11 13:20:11 +0200
committerAllan McRae <allan@archlinux.org>2016-10-22 12:50:55 +0200
commit603f087cd73aff0d39bf0ebfb23aaae5626cb814 (patch)
treec717f42475242b71304cc97f6755c28184d4f598 /lib/libalpm/libalpm.pc.in
parent1f8f0bd9ac4c11cdc1b9506f9f64d8192ecad4ee (diff)
downloadpacman-603f087cd73aff0d39bf0ebfb23aaae5626cb814.tar.gz
pacman-603f087cd73aff0d39bf0ebfb23aaae5626cb814.tar.xz
Allow replacing libcrypto with libnettle in pacman
Add a --with-nettle configure option that directs pacman to use the libnettle hashing functions. Only one of the --with-libssl and --with-nettle configure options can be specified. [Allan: rewrote configure check] Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/libalpm.pc.in')
-rw-r--r--lib/libalpm/libalpm.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/libalpm.pc.in b/lib/libalpm/libalpm.pc.in
index e4be1741..e1d74ef9 100644
--- a/lib/libalpm/libalpm.pc.in
+++ b/lib/libalpm/libalpm.pc.in
@@ -9,4 +9,4 @@ URL: http://www.archlinux.org/pacman/
Version: @LIB_VERSION@
Cflags: -I${includedir} @LFS_CFLAGS@
Libs: -L${libdir} -lalpm
-Libs.private: @LIBS@ @LIBARCHIVE_LIBS@ @LIBSSL_LIBS@ @LIBCURL_LIBS@ @GPGME_LIBS@
+Libs.private: @LIBS@ @LIBARCHIVE_LIBS@ @LIBSSL_LIBS@ @NETTLE_LIBS@ @LIBCURL_LIBS@ @GPGME_LIBS@