зеркало из https://github.com/mozilla/pjs.git
Flip --disable-static to --enable-static. So by default, no extra static
libs are built.
This commit is contained in:
Родитель
8b5fd6fb1a
Коммит
d0c59713cf
|
@ -2311,10 +2311,11 @@ dnl The new mail app is "smart-mail"
|
|||
dnl MOZ_ARG_ENABLE_BOOL(smart-mail,
|
||||
dnl [ --enable-smart-mail Enable HTML/RDF-based client-side mail (untested)],
|
||||
dnl MOZ_SMART_MAIL=1)
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(static,
|
||||
[ --disable-static Disable building of internal static libs],
|
||||
NO_STATIC_LIB=1)
|
||||
MOZ_ARG_ENABLE_BOOL(static,
|
||||
[ --enable-static Enable building of internal static libs],
|
||||
NO_STATIC_LIB=)
|
||||
|
||||
case "$target" in
|
||||
*-*-aix*)
|
||||
|
|
Загрузка…
Ссылка в новой задаче