pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/netatalk3 Explicitly disable mysql, so it's not de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a425ae8c29a
branches: trunk
changeset: 360094:4a425ae8c29a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 21 10:26:26 2017 +0000
description:
Explicitly disable mysql, so it's not detected if mysql-config is found.
Addresses build problem reported by Louis Guillaume <louis%zabrico.com@localhost>
on pkgsrc-users.
diffstat:
net/netatalk3/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 64731195230a -r 4a425ae8c29a net/netatalk3/Makefile
--- a/net/netatalk3/Makefile Tue Mar 21 09:18:15 2017 +0000
+++ b/net/netatalk3/Makefile Tue Mar 21 10:26:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/11/07 00:45:30 christos Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/21 10:26:26 wiz Exp $
DISTNAME= netatalk-3.1.7
PKGNAME= ${DISTNAME:C/-/3-/}
@@ -50,6 +50,7 @@
CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-libevent-header=${BUILDLINK_PREFIX.libevent}/include
CONFIGURE_ARGS+= --with-libevent-lib=${BUILDLINK_PREFIX.libevent}/lib
+CONFIGURE_ARGS+= --without-mysql-config
CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
# Upstream bug, was supposed to be fixed in 3.0.8?
Home |
Main Index |
Thread Index |
Old Index