[Pkg-utopia-commits] r456 - packages/unstable/avahi/debian

Sjoerd Simons sjoerd at costa.debian.org
Wed Jan 11 22:03:04 UTC 2006


Author: sjoerd
Date: 2006-01-11 22:03:03 +0000 (Wed, 11 Jan 2006)
New Revision: 456

Modified:
   packages/unstable/avahi/debian/rules
Log:
Need to explicitely turn of the building of the mono bindings and documentation

Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules	2006-01-11 21:59:39 UTC (rev 455)
+++ packages/unstable/avahi/debian/rules	2006-01-11 22:03:03 UTC (rev 456)
@@ -8,6 +8,7 @@
     $(filter-out libavahi-cil,$(DEB_INDEP_PACKAGES))
   DEB_INDEP_PACKAGES := \
     $(filter-out monodoc-avahi-manual,$(DEB_INDEP_PACKAGES))
+  MONO_FLAGS=--disable-mono --disable-monodoc
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -22,8 +23,10 @@
 # symbols, and speed up loading.
 LDFLAGS += -Wl,-z,defs -Wl,-O1
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-compat-libdns_sd --enable-compat-howl
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-compat-libdns_sd --enable-compat-howl \
+                            $(MONO_FLAGS)
 
+
 DEB_INSTALL_DOCS_ALL += docs/README
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V




More information about the Pkg-utopia-commits mailing list