mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 386765: hg.mozilla.org/mozilla-central repo doesn't build without configuration tweak
Remove xml-rpc from MOZ_EXTENSIONS_DEFAULT. Affects browser and xulrunner.
This commit is contained in:
parent
3c001b0747
commit
0ac62b7308
@ -58,5 +58,5 @@ MOZ_MORKREADER=1
|
||||
MOZ_SAFE_BROWSING=1
|
||||
MOZ_APP_VERSION=$FIREFOX_VERSION
|
||||
MOZ_NO_XPCOM_OBSOLETE=1
|
||||
MOZ_EXTENSIONS_DEFAULT=" xml-rpc inspector gnomevfs reporter"
|
||||
MOZ_EXTENSIONS_DEFAULT=" inspector gnomevfs reporter"
|
||||
# MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
|
||||
|
@ -46,5 +46,5 @@ MOZ_JAVAXPCOM=1
|
||||
if test "$MOZ_STORAGE"; then
|
||||
MOZ_PLACES=1
|
||||
fi
|
||||
MOZ_EXTENSIONS_DEFAULT=" xml-rpc gnomevfs"
|
||||
MOZ_EXTENSIONS_DEFAULT=" gnomevfs"
|
||||
MOZ_NO_XPCOM_OBSOLETE=1
|
||||
|
Loading…
Reference in New Issue
Block a user