mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
icecat: fix ppc64 build
[ci skip]
This commit is contained in:
parent
79621cc8e6
commit
b30b55f573
2 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,6 @@ ac_add_options --disable-gconf
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --disable-elf-hack
|
|
||||||
ac_add_options --disable-install-strip
|
ac_add_options --disable-install-strip
|
||||||
ac_add_options --disable-strip
|
ac_add_options --disable-strip
|
||||||
ac_add_options --disable-profiling
|
ac_add_options --disable-profiling
|
||||||
|
|
|
@ -58,6 +58,12 @@ do_build() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*|i686*|arm*)
|
||||||
|
echo "ac_add_options --disable-elf-hack" >>.mozconfig
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
||||||
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue