projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87258d6
)
openldap: remove reference to shared LDFLAGS
author
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 31 Oct 2014 13:23:11 +0000
(14:23 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 31 Oct 2014 14:05:17 +0000
(15:05 +0100)
following changes done in
4de560d2c
.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
61b7d47
..
315d195
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-923,8
+923,6
@@
openldap_la_SOURCES = openldap.c
openldap_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBLDAP_LDFLAGS)
openldap_la_CFLAGS = $(AM_CFLAGS) $(BUILD_WITH_LIBLDAP_CPPFLAGS)
openldap_la_LIBADD = -lldap
-collectd_LDADD += "-dlopen" openldap.la
-collectd_DEPENDENCIES += openldap.la
endif
if BUILD_PLUGIN_OPENVPN