зеркало из https://github.com/mozilla/pjs.git
Require base API versions of system libraries instead of in-tree versions
(bug 194665). The new system version requirements are: zlib 1.0.0 libpng 1.2.0 libmng 1.0.0 r=cls
This commit is contained in:
Родитель
2ad2343598
Коммит
6add5871c2
|
@ -76,9 +76,9 @@ _SUBDIR_CONFIG_ARGS="$ac_configure_args"
|
|||
dnl Set the version number of the libs included with mozilla
|
||||
dnl ========================================================
|
||||
MOZJPEG=62
|
||||
MOZPNG=10205
|
||||
MOZMNG="((1<<16)|(0<<8)|(5))"
|
||||
MOZZLIB=1.1.4
|
||||
MOZPNG=10200
|
||||
MOZMNG="((1<<16)|(0<<8)|(0))"
|
||||
MOZZLIB=1.0.0
|
||||
NSPR_VERSION=4
|
||||
|
||||
dnl Set the minimum version of toolkit libs used by mozilla
|
||||
|
|
Загрузка…
Ссылка в новой задаче