fc0a6682a9
- pass '--enable-release' to disable gold linker on musl - enable new stylo css engine (x86_64-only)
49 lines
1.6 KiB
Text
49 lines
1.6 KiB
Text
ac_add_options --prefix=/usr
|
|
ac_add_options --libdir=/usr/lib
|
|
|
|
ac_add_options --with-pthreads
|
|
# XXX build without system cairo see:
|
|
# - https://github.com/voidlinux/void-packages/issues/2308#issuecomment-135426813
|
|
# - https://bugs.gentoo.org/show_bug.cgi?id=558150
|
|
# ac_add_options --with-system-cairo
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-bz2
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-zlib
|
|
ac_add_options --with-system-libevent
|
|
ac_add_options --with-system-libvpx
|
|
ac_add_options --with-system-icu
|
|
# XXX: the system's libpng doesn't have APNG support
|
|
ac_add_options --without-system-png
|
|
ac_add_options --enable-system-pixman
|
|
ac_add_options --enable-system-hunspell
|
|
ac_add_options --enable-system-sqlite
|
|
ac_add_options --enable-system-ffi
|
|
|
|
ac_add_options --with-nspr-prefix=${XBPS_CROSS_BASE}/usr
|
|
ac_add_options --with-nss-prefix=${XBPS_CROSS_BASE}/usr
|
|
|
|
nspr_config_args="
|
|
--libdir=${XBPS_CROSS_BASE}/usr/lib
|
|
--includedir=${XBPS_CROSS_BASE}/usr/include/nspr"
|
|
|
|
nss_config_args="
|
|
--libdir=${XBPS_CROSS_BASE}/usr/lib
|
|
--includedir=${XBPS_CROSS_BASE}/usr/include/nss"
|
|
|
|
ac_add_options --disable-gconf
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-crashreporter
|
|
ac_add_options --disable-updater
|
|
ac_add_options --disable-elf-hack
|
|
ac_add_options --disable-install-strip
|
|
ac_add_options --disable-strip
|
|
ac_add_options --disable-profiling
|
|
ac_add_options --enable-optimize="$CFLAGS"
|
|
ac_add_options --enable-pie
|
|
|
|
ac_add_options --enable-release
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --enable-safe-browsing
|
|
ac_add_options --enable-application=browser
|