diff options
author | wiz <wiz> | 2017-03-21 10:26:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-03-21 10:26:26 +0000 |
commit | 0012a5d0b0aa5ae22bc25b3376c4d5257b09f3c7 (patch) | |
tree | 8ec67e8f723620074e7f0794565c021eeb68665a /net/netatalk3 | |
parent | 698a1c2221d064a16cc24a1f6a63e9afda9c83a2 (diff) | |
download | pkgsrc-0012a5d0b0aa5ae22bc25b3376c4d5257b09f3c7.tar.gz |
Explicitly disable mysql, so it's not detected if mysql-config is found.
Addresses build problem reported by Louis Guillaume <louis@zabrico.com>
on pkgsrc-users.
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 86adcd2fbdb..aeb670d2c8a 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -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-bdb=${BUILDLINK_PREFIX.db5} 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? |