mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Also add dpkg-cross; this is the agreed package to hold things like config.site
overrides for cross-building.
This commit is contained in:
parent
9ec2dda809
commit
a8c89ab3fc
@ -509,7 +509,7 @@ if [ -n "$TARGET_ARCH" ]; then
|
||||
echo "Unknown target architecture $TARGET_ARCH" >&2
|
||||
exit 1
|
||||
fi
|
||||
BUILD_PKGS="$BUILD_PKGS g++-$target_tuple pkg-config-$target_tuple libc-dev:$TARGET_ARCH"
|
||||
BUILD_PKGS="$BUILD_PKGS g++-$target_tuple pkg-config-$target_tuple dpkg-cross libc-dev:$TARGET_ARCH"
|
||||
fi
|
||||
|
||||
debootstrap_opts="--components=$(echo $COMPONENTS | tr ' ' ,)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user