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

Bug#742640: src:eglibc: build stage2 without selinux



On Thu, Jul 10, 2014 at 09:46:05PM +0200, Aurelien Jarno wrote:
> Hmm, the above has actually been removed in favor of a test on
> $(DEB_BUILD_PROFILES).
> 
> Instead of duplicating the code, please test for both stage1 and stage2
> in the same test.

Updating patch addressing both concerns. Successfully tested on
jenkins.d.n.

Helmut
diff -Nru eglibc-2.19/debian/sysdeps/linux.mk eglibc-2.19/debian/sysdeps/linux.mk
--- eglibc-2.19/debian/sysdeps/linux.mk
+++ eglibc-2.19/debian/sysdeps/linux.mk
@@ -11,5 +11,5 @@
 
-ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter stage1 stage2,$(DEB_BUILD_PROFILES)),)
   libc_extra_config_options = $(extra_config_options)
 else
   libc_extra_config_options = --with-selinux --enable-systemtap $(extra_config_options)

Reply to: