diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-05 17:44:46 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-05 17:45:02 +0200 |
commit | 05b14edb1f5ccaaf9c50dc136cf94994db79da98 (patch) | |
tree | a0b6b4e73505dd8056957acca0b223f678e64eb9 /firefox | |
parent | a9882cd116a951bcb83c65782e9b87d2849209c1 (diff) | |
download | opt-05b14edb1f5ccaaf9c50dc136cf94994db79da98.tar.gz opt-05b14edb1f5ccaaf9c50dc136cf94994db79da98.tar.xz |
firefox: use system libpng and sqlite
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/.footprint | 3 | ||||
-rw-r--r-- | firefox/.md5sum | 2 | ||||
-rw-r--r-- | firefox/Pkgfile | 2 | ||||
-rw-r--r-- | firefox/mozconfig | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/firefox/.footprint b/firefox/.footprint index 8c0ef7f74..ad37bb3c5 100644 --- a/firefox/.footprint +++ b/firefox/.footprint @@ -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 diff --git a/firefox/.md5sum b/firefox/.md5sum index d7003a9c7..105fcc40c 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,2 +1,2 @@ 64220887a349515f16e5aa990acb4db3 firefox-15.0.source.tar.bz2 -d773bdb2aa402c2e8dcdf2d09698595d mozconfig +21ef3aab9118ae568a781fbdcc378ecf mozconfig diff --git a/firefox/Pkgfile b/firefox/Pkgfile index e8c1a9519..56fe21de8 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -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) diff --git a/firefox/mozconfig b/firefox/mozconfig index 17e3dea6d..548dcb4a5 100644 --- a/firefox/mozconfig +++ b/firefox/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#" |