mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
libffado: disable broken build system heuristics
This doesn't affect x86 in a meaningful way but completely breaks powerpc because of extremely silly heuristics like checking for 64-bit CPU based on if cpuinfo says 970 or power8.
This commit is contained in:
parent
e66639b1b2
commit
0fb0fcaf8c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=scons
|
|||
make_build_args="PREFIX=/usr MANDIR=/usr/share/man
|
||||
UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0
|
||||
ENABLE_OPTIMIZATIONS=0 DEBUG=0 PYTHON_INTERPRETER=/usr/bin/python3
|
||||
PYPKGDIR=${py3_sitelib}"
|
||||
DETECT_USERSPACE_ENV=0 PYPKGDIR=${py3_sitelib}"
|
||||
make_install_args="$make_build_args WILL_DEAL_WITH_XDG_MYSELF=1"
|
||||
hostmakedepends="pkg-config xdg-utils python3-PyQt5-devel-tools"
|
||||
makedepends="libxml++-devel libdbus-c++-devel libsigc++-devel libconfig++-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue