diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-20 11:04:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-20 11:04:41 +0200 |
commit | d63c76c2bb8c02aa247c08110d1fbfb410d45296 (patch) | |
tree | 7e89ed89fc86f22c0024c8ce142b5cf03744a958 | |
parent | af7ba55889cf59e09b93472cfa6b45cea27d8790 (diff) |
update to latest stable 3.6.x
-rw-r--r-- | package/firefox/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 01b5dbb4e..77f29c0c6 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= firefox -PKG_VERSION:= 3.6.15 +PKG_VERSION:= 3.6.16 PKG_RELEASE:= 1 -PKG_MD5SUM:= fcf8042948d91f1f3d9c33599b79cf35 +PKG_MD5SUM:= 232a3c0160cd1cbe3dcaaaf7e4ae51c2 PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libpng libtiff libnotify @@ -68,6 +68,10 @@ CONFIGURE_ARGS+= --enable-application=browser \ --enable-libxul \ --enable-libnotify \ --enable-dbus \ + --disable-debug \ + --disable-logging \ + --disable-strip \ + --disable-install-strip \ --disable-tests \ --disable-libconic \ --disable-static \ |