firefox: use system libpng and sqlite
This commit is contained in:
parent
a9882cd116
commit
05b14edb1f
@ -576,7 +576,6 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/threads/
|
||||
-rw-r--r-- root/root usr/include/firefox/mozilla/threads/nsThreadIDs.h
|
||||
-rw-r--r-- root/root usr/include/firefox/mozilla/throw_gcc.h
|
||||
-rw-r--r-- root/root usr/include/firefox/mozilla/unused.h
|
||||
-rw-r--r-- root/root usr/include/firefox/mozpngconf.h
|
||||
-rw-r--r-- root/root usr/include/firefox/necko-config.h
|
||||
drwxr-xr-x root/root usr/include/firefox/nestegg/
|
||||
-rw-r--r-- root/root usr/include/firefox/nestegg/nestegg-stdint.h
|
||||
@ -2318,8 +2317,6 @@ drwxr-xr-x root/root usr/include/firefox/opus/
|
||||
-rw-r--r-- root/root usr/include/firefox/pixman-version.h
|
||||
-rw-r--r-- root/root usr/include/firefox/pixman.h
|
||||
-rw-r--r-- root/root usr/include/firefox/pldhash.h
|
||||
-rw-r--r-- root/root usr/include/firefox/png.h
|
||||
-rw-r--r-- root/root usr/include/firefox/pngconf.h
|
||||
-rw-r--r-- root/root usr/include/firefox/qcms.h
|
||||
-rw-r--r-- root/root usr/include/firefox/qcmstypes.h
|
||||
-rw-r--r-- root/root usr/include/firefox/qsObjectHelper.h
|
||||
|
@ -1,2 +1,2 @@
|
||||
64220887a349515f16e5aa990acb4db3 firefox-15.0.source.tar.bz2
|
||||
d773bdb2aa402c2e8dcdf2d09698595d mozconfig
|
||||
21ef3aab9118ae568a781fbdcc378ecf mozconfig
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=firefox
|
||||
version=15.0
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
|
||||
mozconfig)
|
||||
|
||||
|
@ -13,8 +13,10 @@ ac_add_options --prefix=/usr
|
||||
ac_add_options --with-system-jpeg
|
||||
ac_add_options --with-system-zlib
|
||||
ac_add_options --with-system-mng
|
||||
ac_add_options --with-system-png
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
ac_add_options --with-system-sqlite
|
||||
#ac_add_options --enable-system-cairo
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-optimize="#CFLAGS#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user