зеркало из https://github.com/mozilla/gecko-dev.git
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
This commit is contained in:
Родитель
9169791d48
Коммит
319ef7e115
|
@ -27,16 +27,16 @@ PROGRAM = UnicharSelfTest
|
|||
CPPSRCS = UnicharSelfTest.cpp
|
||||
|
||||
ifdef NO_LD_ARCHIVE_FLAGS
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
LIBS += \
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
$(LOST_SYM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче