ytnef: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-06 16:13:05 +01:00
parent 80193494c5
commit bd300c6061

View file

@ -11,10 +11,6 @@ homepage="https://github.com/Yeraze/ytnef"
distfiles="https://github.com/Yeraze/ytnef/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/97/steps/shell_3/logs/stdio" ;;
esac
pre_configure() {
./autogen.sh
}
@ -32,7 +28,6 @@ do_build() {
export CFLAGS+=" -I${DESTDIR}/usr/include"
export LDFLAGS+=" -L${DESTDIR}/usr/lib"
cd ${wrksrc}
./configure ${configure_args}
make ${makejobs}
}