mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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
This commit is contained in:
parent
0809a0597d
commit
17b05da409
@ -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…
Reference in New Issue
Block a user