mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
librdf.so needs NS_NewUnicharStreamLoader from libneckoutil_s.a for NECKO=1 build.
This commit is contained in:
parent
0fc11b859d
commit
efb0b4ac2e
@ -56,6 +56,12 @@ SHARED_LIBRARY_LIBS = \
|
||||
$(DIST)/lib/librdfutil_s.a \
|
||||
$(NULL)
|
||||
|
||||
ifdef NECKO
|
||||
SHARED_LIBRARY_LIBS += \
|
||||
$(DIST)/lib/libneckoutil_s.a \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),HP-UX)
|
||||
EXTRA_DSO_LDOPTS = -c objs/objslist
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user