Skip to content
Commits on Source (2)
glibc (2.30-0experimental0) UNRELEASED; urgency=medium
 
[ Adam Conrad ]
* New upstream release 2.30, with git updates up to 2019-08-28:
* New upstream release 2.30, with git updates up to 2019-09-08:
- debian/symbols.wildcard: Add 2.30, and debian/control: Regenerate.
- debian/patches/any/git-libio-stdout-putc.diff: Upstreamed.
- debian/patches/any/git-pexpect-pretty-printers.diff: Upstreamed.
......@@ -17,6 +17,8 @@ glibc (2.30-0experimental0) UNRELEASED; urgency=medium
- debian/patches/hurd-i386/tg-thread-cancel.diff: Rebased.
- debian/patches/kfreebsd/submitted-auxv.diff: Rebased.
- debian/patches/locale/locale-print-LANGUAGE.diff: Update for new test.
* debian/patches/any/local-test-install.diff: Use install_root rather than
DESTDIR when installing container root, since we override install_root.
 
[ Samuel Thibault ]
* debian/patches/hurd-i386/local-fix-nss.diff: Rebased.
......
Description: Use install_root for test destination override, not DESTDIR
Author: Adam Conrad <adconrad@ubuntu.com>
Forwarded: no
Last-Update: 2019-09-16
--- glibc-2.30.orig/Makefile
+++ glibc-2.30/Makefile
@@ -418,7 +418,7 @@ ifeq ($(run-built-tests),yes)
$(test-wrapper) cp $$dso $(objpfx)testroot.pristine$$dso ;\
done
endif
- $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \
+ $(MAKE) install install_root=$(objpfx)testroot.pristine \
subdirs='$(sorted-subdirs)'
touch $(objpfx)testroot.pristine/install.stamp