--disable-installer to make Linux builds of thunderbird happy.
This commit is contained in:
parent
c61dccb749
commit
38da8f083c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue