[Pkg-tcltk-commits] r857 - tcl8.6/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Mon May 18 05:53:11 UTC 2009


Author: sgolovan-guest
Date: 2009-05-18 05:53:11 +0000 (Mon, 18 May 2009)
New Revision: 857

Modified:
   tcl8.6/trunk/debian/changelog
   tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
  * Don't override CFLAGS in make call and supply it to configure script
    as suggested by Anders Kaseorg (closes: #510153).


Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog	2009-04-18 05:55:33 UTC (rev 856)
+++ tcl8.6/trunk/debian/changelog	2009-05-18 05:53:11 UTC (rev 857)
@@ -1,8 +1,9 @@
-tcl8.6 (8.6.0~b1-3) UNRELEASED; urgency=low
+tcl8.6 (8.6.0~b1-3) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Don't override CFLAGS in make call and supply it to configure script
+    as suggested by Anders Kaseorg (closes: #510153).
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 01 Mar 2009 13:20:41 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 18 May 2009 09:35:52 +0400
 
 tcl8.6 (8.6.0~b1-2) experimental; urgency=low
 

Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules	2009-04-18 05:55:33 UTC (rev 856)
+++ tcl8.6/trunk/debian/rules	2009-05-18 05:53:11 UTC (rev 857)
@@ -43,6 +43,7 @@
 	cd unix && \
 	  TCL_LIBRARY="/usr/share/tcltk/tcl$(v)" \
 	  TCL_PACKAGE_PATH="/usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk /usr/lib/tcltk/tcl$(v) /usr/lib" \
+	  CFLAGS="$(CFLAGS)" \
 	  ./configure --host=$(DEB_HOST_GNU_TYPE) \
 		      --build=$(DEB_BUILD_GNU_TYPE) \
 		      --prefix=/usr \
@@ -54,7 +55,7 @@
 		      --mandir=/usr/share/man \
 		      --enable-man-symlinks && \
 	  touch ../generic/tclStubInit.c && \
-	  $(MAKE) CFLAGS="$(CFLAGS)"
+	  $(MAKE)
 	# Build the static library.
 	cd unix && \
 	  ar cr libtcl$(v).a *.o && \




More information about the Pkg-tcltk-commits mailing list