pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 glib2: don't build with libmount on linux, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5abf110ca78e
branches:  trunk
changeset: 355753:5abf110ca78e
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Dec 12 09:22:54 2016 +0000

description:
glib2: don't build with libmount on linux, avoids spurious dependency
on libmount-dev (not provided in pkgsrc, linux only)

no response from maintainer yet.
this package being broken on bulk builds leads to 3472 dependents being
broken, so commit anyway.

from mutek in PR pkg/51681

diffstat:

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

diffs (18 lines):

diff -r 0cfa4d344f1b -r 5abf110ca78e devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Mon Dec 12 06:21:47 2016 +0000
+++ b/devel/glib2/Makefile.common       Mon Dec 12 09:22:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2016/11/25 12:42:21 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.53 2016/12/12 09:22:54 maya Exp $
 #
 # used by devel/glib2/Makefile
 # used by devel/gdbus-codegen/Makefile
@@ -37,6 +37,8 @@
 CONFIGURE_ARGS+=       --disable-modular-tests
 # Avoid unnecessary autotools invocation.
 CONFIGURE_ARGS+=       --disable-maintainer-mode
+# Avoid linux dependency on libmount-dev
+CONFIGURE_ARGS.Linux+= --disable-libmount
 
 # When ICONV_TYPE=gnu ensure we explicitly use the GNU version, to avoid
 # conflicts between iconv.h from converters/libiconv and builtin libiconv



Home | Main Index | Thread Index | Old Index