pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/netatalk3
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 21 10:26:26 UTC 2017
Modified Files:
pkgsrc/net/netatalk3: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/netatalk3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/netatalk3/Makefile
diff -u pkgsrc/net/netatalk3/Makefile:1.1 pkgsrc/net/netatalk3/Makefile:1.2
--- pkgsrc/net/netatalk3/Makefile:1.1 Mon Nov 7 00:45:30 2016
+++ pkgsrc/net/netatalk3/Makefile Tue Mar 21 10:26:26 2017
@@ -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_
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