pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/collectd collectd*: help netbsd/aarch64 build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bbffc25d29d
branches:  trunk
changeset: 415704:5bbffc25d29d
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Oct 12 12:14:37 2019 +0000

description:
collectd*: help netbsd/aarch64 builders by force-failing the htonll
configure check.

Currently builds are failing due to missing a declaration for it.

diffstat:

 sysutils/collectd/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9c4f69225e75 -r 5bbffc25d29d sysutils/collectd/Makefile.common
--- a/sysutils/collectd/Makefile.common Sat Oct 12 10:51:18 2019 +0000
+++ b/sysutils/collectd/Makefile.common Sat Oct 12 12:14:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2018/12/15 21:12:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2019/10/12 12:14:37 maya Exp $
 #
 # used by sysutils/collectd/Makefile
 # used by sysutils/collectd-amqp/Makefile
@@ -70,6 +70,8 @@
 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.
+CONFIGURE_ARGS.NetBSD+=        c_cv_have_htonll=no
 
 CPPFLAGS.SunOS+=       -DSOLARIS2=${OS_VERSION:C/5.//}
 



Home | Main Index | Thread Index | Old Index