From: Ruben Kerkhof Date: Fri, 3 Jun 2016 18:41:50 +0000 (+0200) Subject: openldap plugin: use $PLUGIN_LDFLAGS X-Git-Tag: collectd-5.6.0~269 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bb20c353907c752748d98d5da4e32f59a0a76940;p=collectd.git openldap plugin: use $PLUGIN_LDFLAGS Just like the other plugins. --- diff --git a/src/Makefile.am b/src/Makefile.am index 3c4d5fd3..77784b24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -764,7 +764,7 @@ endif if BUILD_PLUGIN_OPENLDAP pkglib_LTLIBRARIES += openldap.la openldap_la_SOURCES = openldap.c -openldap_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBLDAP_LDFLAGS) +openldap_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBLDAP_LDFLAGS) openldap_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS) openldap_la_LIBADD = -lldap endif