mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 717906 - Enable NSS lowhash API so that Mozilla builds work on Fedora. r=rrelyea
This commit is contained in:
parent
80f48f8b67
commit
cbcc9ee1f5
@ -274,6 +274,9 @@ DEFAULT_GMAKE_FLAGS += \
|
||||
endif
|
||||
|
||||
DEFAULT_GMAKE_FLAGS += FREEBL_NO_DEPEND=0
|
||||
ifeq ($(OS_TARGET),Linux)
|
||||
DEFAULT_GMAKE_FLAGS += FREEBL_LOWHASH=1
|
||||
endif
|
||||
|
||||
SUBMAKEFILES = boot/Makefile ssl/Makefile pki/Makefile locales/Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user