[pbuilder] 01/01: buildpackage-funcs: link bug to say why we're preinstalling libc-dev:HOST when crossing
Mattia Rizzolo
mattia at debian.org
Thu Nov 10 23:13:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository pbuilder.
commit e6e397032a90f133b54cb2e3d8125d8f0dffb908
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Nov 10 23:13:12 2016 +0000
buildpackage-funcs: link bug to say why we're preinstalling libc-dev:HOST when crossing
Gbp-Dch: Ignore
---
pbuilder-buildpackage-funcs | 1 +
1 file changed, 1 insertion(+)
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 36b89d6..d260fdb 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -224,6 +224,7 @@ cross_build_setup () {
exit 1
fi
$CHROOTEXEC dpkg --add-architecture "$HOST_ARCH"
+ # preinstall libc-dev and libstdc++-dev 'cause https://bugs.debian.org/815172
EXTRAPACKAGES="${EXTRAPACKAGES:+"$EXTRAPACKAGES" }crossbuild-essential-$HOST_ARCH libc-dev:$HOST_ARCH libstdc++-6-dev:$HOST_ARCH"
DEBBUILDOPTS="${DEBBUILDOPTS:+"$DEBBUILDOPTS" }--host-arch $HOST_ARCH"
if [ "${NO_AUTO_CROSS:-}" != "yes" ]; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git
More information about the Pbuilder-maint
mailing list