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

r989 - in glibc-package/trunk/debian: . rules.d



Author: gotom
Date: 2005-08-03 20:30:29 +0000 (Wed, 03 Aug 2005)
New Revision: 989

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
    * debian/rules.d/build.mk: Add --without-selinux for nscd.  It should be
      removed after this version ASAP.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-03 20:29:05 UTC (rev 988)
+++ glibc-package/trunk/debian/changelog	2005-08-03 20:30:29 UTC (rev 989)
@@ -50,6 +50,9 @@
         dependency.
       - debian/rules: Include debian/locales-depver.
 
+    * debian/rules.d/build.mk: Add --without-selinux for nscd.  It should be
+      removed after this version ASAP.
+
     * debian/sysdeps/depflags.pl: Drop Depends: libdb1-compat because it's
       until sarge stuff.  Suggested by Colin Watson <cjwatson@debian.org>.
       (Closes: #318885)

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2005-08-03 20:29:05 UTC (rev 988)
+++ glibc-package/trunk/debian/rules.d/build.mk	2005-08-03 20:30:29 UTC (rev 989)
@@ -48,7 +48,7 @@
 		$(CURDIR)/$(DEB_SRCDIR)/configure \
 		--host=$(call xx,configure_target) \
 		--build=$$configure_build --prefix=/usr --without-cvs \
-		--enable-add-ons="$(call xx,add-ons)" \
+		--enable-add-ons="$(call xx,add-ons)" --without-selinux \
 		$(call xx,with_headers) $(call xx,extra_config_options) 2>&1 | tee -a $(log_build)
 
 	touch $@



Reply to: