mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 05:11:59 +01:00
all patches have been rebased as needed, with the following exceptions:
gecko-c99math.patch: dropped.
xpcom-c99math.patch: new patch, replacing the NS_finite() call which was added to
xulrunner, at some point after xulrunner-2.0 was released.
in all reality, this replaces the old gecko-c99math patch.
mozilla-bsdiff-libbz2.patch: new patch, fixes build when using system libbz2. patch care
of Mike Hommey <glandium@debian.org>, see mozilla bug number
644692. hopefully, this will make it into xulrunner-6.0.
mozconfig: add --disable-elf-hack because of incompatibility with preload and current alpine
psABI.
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
. $topsrcdir/xulrunner/config/mozconfig
|
|
|
|
ac_add_options --prefix=/usr
|
|
ac_add_options --libdir=/usr/lib
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-zlib
|
|
ac_add_options --with-system-bz2
|
|
ac_add_options --with-system-libevent
|
|
ac_add_options --enable-system-hunspell
|
|
ac_add_options --enable-system-sqlite
|
|
ac_add_options --enable-system-cairo
|
|
ac_add_options --with-pthreads
|
|
ac_add_options --enable-strip
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-mochitest
|
|
ac_add_options --disable-installer
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --enable-default-toolkit=cairo-gtk2
|
|
ac_add_options --enable-pango
|
|
ac_add_options --enable-svg
|
|
ac_add_options --enable-canvas
|
|
ac_add_options --disable-javaxpcom
|
|
ac_add_options --disable-crashreporter
|
|
ac_add_options --enable-safe-browsing
|
|
ac_add_options --enable-startup-notification
|
|
ac_add_options --enable-extensions=default
|
|
ac_add_options --enable-jemalloc
|
|
ac_add_options --disable-elf-hack
|
|
|
|
export LIBS="-lfts -lubacktrace"
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|