23 lines
641 B
Plaintext
23 lines
641 B
Plaintext
|
. $topsrcdir/browser/config/mozconfig
|
||
|
|
||
|
ac_add_options --with-system-nspr
|
||
|
ac_add_options --with-system-jpeg
|
||
|
ac_add_options --with-system-zlib
|
||
|
ac_add_options --with-system-png
|
||
|
ac_add_options --with-pthreads
|
||
|
ac_add_options --disable-tests
|
||
|
ac_add_options --disable-debug
|
||
|
ac_add_options --disable-installer
|
||
|
ac_add_options --enable-optimize="$RPM_OPT_FLAGS"
|
||
|
ac_add_options --enable-xinerama
|
||
|
ac_add_options --enable-default-toolkit=gtk2
|
||
|
ac_add_options --disable-xprint
|
||
|
ac_add_options --disable-strip
|
||
|
ac_add_options --enable-pango
|
||
|
|
||
|
export BUILD_OFFICIAL=1
|
||
|
export MOZILLA_OFFICIAL=1
|
||
|
mk_add_options BUILD_OFFICIAL=1
|
||
|
mk_add_options MOZILLA_OFFICIAL=1
|
||
|
|