Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
2023-08-24 13:40:19 +08:00
3 changed files with 14 additions and 5 deletions
+2
View File
@@ -314,6 +314,8 @@ def old_configure_options(*options):
'--enable-ldap',
'--enable-mapi',
'--enable-calendar',
'--enable-inspector',
'--enable-irc',
'--enable-incomplete-external-linkage',
'--enable-mailnews',
'--enable-mailnews-oauth2',
+11 -4
View File
@@ -19,11 +19,18 @@ SOURCES += [
DEFINES['BUILDING_LIBHUNSPELL'] = True
SharedLibrary('hunspell')
# Hunspell must be built into libxul on SunOS. See UXP Issue #2290.
if CONFIG['OS_TARGET'] == 'SunOS':
USE_LIBS += [
'mozglue'
]
FINAL_LIBRARY = 'xul'
else:
SharedLibrary('hunspell')
USE_LIBS += [
'mozglue'
]
LOCAL_INCLUDES += [
'../glue',
+1 -1
View File
@@ -196,7 +196,7 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
if CONFIG['MOZ_SYSTEM_HUNSPELL']:
OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS']
else:
elif CONFIG['OS_TARGET'] != 'SunOS':
USE_LIBS += [ 'hunspell' ]
if not CONFIG['MOZ_TREE_PIXMAN']: