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

r6435 - in glibc-package/branches/glibc-2.21/debian: . rules.d



Author: aurel32
Date: 2015-04-11 09:42:19 +0000 (Sat, 11 Apr 2015)
New Revision: 6435

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
Log:
Remove --without-cvs that is not used anymore as a valid configuration.
It was removed in commit 92963737c4376bcfd65235d5c325fa7f48302f89
(Closes: #781245).

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-04-11 09:31:38 UTC (rev 6434)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-04-11 09:42:19 UTC (rev 6435)
@@ -83,6 +83,11 @@
   * debian/patches/any/local-libgcc-compat-ports.diff: Fix definition of
     __floatdisf for mips. Remove usage of INTUSE (Closes: #782198).
 
+  [ Breno Leitao ]
+  * Remove --without-cvs that is not used anymore as a valid configuration.
+    It was removed in commit 92963737c4376bcfd65235d5c325fa7f48302f89
+    (Closes: #781245).
+
  -- Samuel Thibault <sthibault@debian.org>  Fri, 20 Mar 2015 12:30:54 +0000
 
 glibc (2.21-0experimental0) experimental; urgency=medium

Modified: glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/build.mk	2015-04-11 09:31:38 UTC (rev 6434)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/build.mk	2015-04-11 09:42:19 UTC (rev 6435)
@@ -82,7 +82,7 @@
 		MAKEINFO=: \
 		$(CURDIR)/configure \
 		--host=$(call xx,configure_target) \
-		--build=$$configure_build --prefix=/usr --without-cvs \
+		--build=$$configure_build --prefix=/usr \
 		--enable-add-ons=$(standard-add-ons)"$(call xx,add-ons)" \
 		--without-selinux \
 		--enable-stackguard-randomization \


Reply to: