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

Bug#781245: glibc: --without-flag parameter removal during build



Source: glibc
Version: 2.19-15
Severity: minor
Tags: patch

Configure flag --without-flag was removed from upstream a long time ago in
commit 92963737c4376bcfd65235d5c325fa7f48302f89, but continues to be used in
Debian.

This patch is just a removal of that flag.
Index: glibc-2.19/debian/changelog
===================================================================
--- glibc-2.19.orig/debian/changelog
+++ glibc-2.19/debian/changelog
@@ -1,3 +1,10 @@
+glibc (2.19-16) UNRELEASED; urgency=medium
+
+  * Remove --without-flag that is not used anymore as a valid configuration. It
+    was removed in commit 92963737c4376bcfd65235d5c325fa7f48302f89. 
+
+ -- Breno Leitao <breno.leitao@gmail.com>  Thu, 26 Mar 2015 09:20:32 -0400
+
 glibc (2.19-15) unstable; urgency=medium
 
   [ Aurelien Jarno ]
Index: glibc-2.19/debian/rules.d/build.mk
===================================================================
--- glibc-2.19.orig/debian/rules.d/build.mk
+++ glibc-2.19/debian/rules.d/build.mk
@@ -82,7 +82,7 @@ $(stamp)configure_%: $(stamp)mkbuilddir_
 		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: