This is an automated email from the git hooks/post-receive script. adconrad pushed a commit to branch glibc-2.26 in repository glibc.
commit d5abc41f1d6b010219f7df9128421a483ae1340c Author: Adam Conrad <[email protected]> Date: Mon Sep 4 21:24:04 2017 -0600 debian/rules.d/build.mk: Configure with --enable-obsolete-nsl until we sort out a reasonable nsswitch migration strategy from compat to files. --- debian/changelog | 2 ++ debian/rules.d/build.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0626641..005887f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,8 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium all platforms; the design of this test is such that the outcome relies on cache sizes and noisiness of the build system, which is unreliable. - debian/testsuite-xfail-debian.mk: Use granular pow/setpayloadsig xfails. + - debian/rules.d/build.mk: Configure with --enable-obsolete-nsl until we + sort out a reasonable nsswitch migration strategy from compat to files. [ Samuel Thibault ] * Adjust hurd-i386 patches to restore build and functionality with 2.26: diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk index f374bf2..4af1b79 100644 --- a/debian/rules.d/build.mk +++ b/debian/rules.d/build.mk @@ -96,6 +96,7 @@ $(stamp)configure_%: $(stamp)config_sub_guess $(stamp)patch $(KERNEL_HEADER_DIR) --enable-stackguard-randomization \ --enable-stack-protector=strong \ --enable-obsolete-rpc \ + --enable-obsolete-nsl \ --with-pkgversion="Debian GLIBC $(DEB_VERSION)" \ --with-bugurl="http://www.debian.org/Bugs/" \ $(if $(filter $(pt_chown),yes),--enable-pt_chown) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

