fix linux startup bustage. reviewed by sspitzer, approved by cyeh.
git-svn-id: svn://10.0.0.236/trunk@41553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,6 +44,10 @@ EXPORTS = \
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/lib \
|
||||
-lneckoutil_s
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_PLUGIN
|
||||
|
||||
@@ -44,6 +44,10 @@ EXPORTS = \
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/lib \
|
||||
-lneckoutil_s
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_PLUGIN
|
||||
|
||||
@@ -31,6 +31,7 @@ CPPSRCS = nsRelatedLinksHandler.cpp
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
-L$(DIST)/lib \
|
||||
-lneckoutil_s \
|
||||
-lxpcom \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
@@ -37,15 +37,10 @@ EXTRA_DSO_LDOPTS = \
|
||||
-lxpcom \
|
||||
-lmozreg \
|
||||
-lmozjs \
|
||||
-lneckoutil_s \
|
||||
$(ZLIB_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifdef NECKO
|
||||
SHARED_LIBRARY_LIBS = $(DIST)/lib/libneckoutil_s.a
|
||||
else
|
||||
EXTRA_DSO_LDOPTS += -lnetlib
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -65,7 +65,10 @@ CPPSRCS = \
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../public
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(ZLIB_LIBS)
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/lib \
|
||||
$(ZLIB_LIBS) \
|
||||
-lneckoutil_s
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user