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

r2196 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2007-05-07 09:21:41 +0000 (Mon, 07 May 2007)
New Revision: 2196

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-07 09:18:54 UTC (rev 2195)
+++ glibc-package/trunk/debian/changelog	2007-05-07 09:21:41 UTC (rev 2196)
@@ -1,3 +1,9 @@
+glibc (2.5-7) unstable; urgency=low
+
+  * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 May 2007 11:20:52 +0200
+
 glibc (2.5-6) unstable; urgency=low
 
   * patches/any/cvs-vfprintf-stack-smashing.diff: new patch from

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2007-05-07 09:18:54 UTC (rev 2195)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2007-05-07 09:21:41 UTC (rev 2196)
@@ -43,8 +43,8 @@
 # /usr/include/asm wrappers need that symbol.
 amd64_CC = $(CC) -m64 -D__x86_64__
 amd64_extra_cflags = -O3 -g
-amd64_extra_config_options = $(extra_config_options) --disable-profile \
-	--includedir=/usr/include/x86_64-linux-gnu
+amd64_extra_config_options = $(extra_config_options) --disable-profile
+amd64_includedir = /usr/include/x86_64-linux-gnu
 amd64_slibdir = /lib64
 amd64_libdir = /usr/lib64
 



Reply to: