--disable-installer to make Linux builds of thunderbird happy.

This commit is contained in:
tnn 2010-04-28 09:37:28 +00:00
parent c61dccb749
commit 38da8f083c

View file

@ -1,4 +1,4 @@
# $NetBSD: mozilla-common.mk,v 1.13 2010/03/16 10:56:36 tnn Exp $
# $NetBSD: mozilla-common.mk,v 1.14 2010/04/28 09:37:28 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 1.9.1.
#
@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --with-system-jpeg
CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2
CONFIGURE_ARGS+= --enable-system-sqlite
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-installer
CONFIGURE_ARGS+= --disable-libnotify
CONFIGURE_ARGS+= --disable-necko-wifi