pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd: remove obsolete ltdl args
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 15:13:27 2020 +0200
Changeset: 7134e5ba7017633c252953532a23b7f2a4d1e413
Modified Files:
collectd/Makefile.common
Log Message:
collectd: remove obsolete ltdl args
collectd doesn't recognize --with-ltdl-lib and --with-ltdl-include anymore, so remove them (and the corresponding bl3 include).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7134e5ba7017633c252953532a23b7f2a4d1e413
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/Makefile.common | 3 ---
1 file changed, 3 deletions(-)
diffs:
diff --git a/collectd/Makefile.common b/collectd/Makefile.common
index 59c9ef12d2..50e06ea0a4 100644
--- a/collectd/Makefile.common
+++ b/collectd/Makefile.common
@@ -68,8 +68,6 @@ CONFIGURE_ARGS+= --with-lib${lib}=no
.endfor
CONFIGURE_ARGS+= --disable-werror
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
-CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
CONFIGURE_ARGS.NetBSD+= ac_cv_func_getfsstat=no
# aarch64 accidentally had this function for a bit.
@@ -86,5 +84,4 @@ SUBST_SED.ver= -e 's,m4_esyscmd(./version-gen.sh),${PKGVERSION_NOREV},'
pre-configure:
cd ${WRKSRC} && autoreconf
-.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index