binutils: drop unset hack
This commit is contained in:
parent
62fa9161e9
commit
28aa2b34a4
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,6 @@ if [ "$CHROOT_READY" ]; then
|
||||||
checkdepends="bc"
|
checkdepends="bc"
|
||||||
depends="binutils-doc"
|
depends="binutils-doc"
|
||||||
else
|
else
|
||||||
unset XBPS_CHECK_PKGS
|
|
||||||
XBPS_TRIPLET=x86_64-unknown-linux-gnu
|
XBPS_TRIPLET=x86_64-unknown-linux-gnu
|
||||||
fi
|
fi
|
||||||
makedepends+=" zlib-devel"
|
makedepends+=" zlib-devel"
|
||||||
|
@ -43,6 +42,7 @@ do_configure() {
|
||||||
--enable-deterministic-archives --enable-ld=default \
|
--enable-deterministic-archives --enable-ld=default \
|
||||||
--disable-nls $CONFIGFLAG
|
--disable-nls $CONFIGFLAG
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
|
@ -62,11 +62,14 @@ do_build() {
|
||||||
make -C opcodes-pic clean
|
make -C opcodes-pic clean
|
||||||
make CFLAGS="$CFLAGS -fPIC" -C opcodes-pic
|
make CFLAGS="$CFLAGS -fPIC" -C opcodes-pic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# if you enable this later, keep it off for [ -z "$CHROOT_READY" ]
|
||||||
do_check() {
|
do_check() {
|
||||||
# Seems like upstream forgot to include their new
|
# Seems like upstream forgot to include their new
|
||||||
# test-driver executable in their tarball...
|
# test-driver executable in their tarball...
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue