Author: aurel32 Date: 2014-07-16 18:43:31 +0000 (Wed, 16 Jul 2014) New Revision: 6215
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/sysdeps/linux.mk Log: debian/patches/build stage2 without selinux. Closes: #742640. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2014-07-13 08:14:14 UTC (rev 6214) +++ glibc-package/trunk/debian/changelog 2014-07-16 18:43:31 UTC (rev 6215) @@ -1,6 +1,7 @@ glibc (2.19-8) UNRELEASED; urgency=medium - * + [ Helmut Grohne ] + * debian/patches/build stage2 without selinux. Closes: #742640. -- Adam Conrad <[email protected]> Sat, 12 Jul 2014 20:53:51 -0600 Modified: glibc-package/trunk/debian/sysdeps/linux.mk =================================================================== --- glibc-package/trunk/debian/sysdeps/linux.mk 2014-07-13 08:14:14 UTC (rev 6214) +++ glibc-package/trunk/debian/sysdeps/linux.mk 2014-07-16 18:43:31 UTC (rev 6215) @@ -9,7 +9,7 @@ threads = yes libc_add-ons = nptl $(add-ons) -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 $(extra_config_options) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

