Removed static libreg linkage from xpinstall -- we need to use the one true libreg from XPCOM. Solves bug 28243, r=selmer,racham,pavlov,colin@theblakes.com, a=jar
git-svn-id: svn://10.0.0.236/trunk@61695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cf254f3183
commit
a1f276ea8c
@ -38,7 +38,7 @@ EXPORT_RESOURCE_NOTIFIER = \
|
||||
$(srcdir)/notification.gif \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = -L$(DIST)/lib -lmozreg_s \
|
||||
EXTRA_DSO_LDOPTS = -L$(DIST)/lib \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -68,7 +68,6 @@ CPPSRCS = \
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../public
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_REGISTRY_LIBS) \
|
||||
-L$(DIST)/bin \
|
||||
-ljsdom \
|
||||
-lmozjs \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user