Skip to content
Snippets Groups Projects
Commit f0fc81e1 authored by Tijl Coosemans's avatar Tijl Coosemans
Browse files

net-mgmt/collectd5: Eliminate -lgcrypt from LIBS

...so it isn't linked into every executable and library.

This came up when trying to fix a crash involving libgcrypt,
libgpg-error and libintl from gettext 0.22.  This crash has been
fixed in fb889ca8.

PR:		272517
parent fb889ca8
No related branches found
No related tags found
No related merge requests found
PORTNAME= collectd
PORTVERSION= 5.12.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= net-mgmt
MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/
PKGNAMESUFFIX= 5
......@@ -130,8 +130,7 @@ DBI_CFLAGS= -Wno-deprecated-declarations
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
GCRYPT_CONFIGURE_WITH= libgcrypt=${LOCALBASE}
GCRYPT_LIBS= -lgcrypt
GCRYPT_CONFIGURE_WITH= libgcrypt=${LOCALBASE}/bin/libgcrypt-config
INFLUXDB_CONFIGURE_ENABLE= write_influxdb_udp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment