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

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



Author: aurel32
Date: 2014-07-06 13:21:47 +0000 (Sun, 06 Jul 2014)
New Revision: 6194

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
Don't try to install xen headers in i386 bootstrap build, because
they are not built.  Closes: #743676.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-07-06 08:13:13 UTC (rev 6193)
+++ glibc-package/trunk/debian/changelog	2014-07-06 13:21:47 UTC (rev 6194)
@@ -13,6 +13,8 @@
   [ Helmut Grohne ]
   * Rename the bootstrap stage to DEB_BUILD_PROFILES=stage1 to conform
     with https://wiki.debian.org/BuildProfileSpec. (Closes: #752480)
+  * Don't try to install xen headers in i386 bootstrap build, because
+    they are not built.  Closes: #743676.
 
   [ Adam Conrad ]
   * debian/patches/alpha/cvs-unwind-backtrace.diff: Backport upstream

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2014-07-06 08:13:13 UTC (rev 6193)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2014-07-06 13:21:47 UTC (rev 6194)
@@ -51,11 +51,13 @@
 	debian/tmp-libc/usr/bin
 endef
 
+ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 define libc6-dev_extra_pkg_install
 mkdir -p debian/libc6-dev/$(libdir)/xen
 cp -af debian/tmp-xen/$(libdir)/*.a \
 	debian/libc6-dev/$(libdir)/xen
 endef
+endif
 
 define libc6-dev-amd64_extra_pkg_install
 


Reply to: