зеркало из https://github.com/mozilla/gecko-dev.git
Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
This commit is contained in:
Родитель
70571d2a30
Коммит
c7abdd319f
|
@ -28,10 +28,11 @@ REQUIRES=util img xpcom raptor netlib
|
|||
LCFLAGS+=-D_IMPL_NS_GFXONXP
|
||||
|
||||
EXTRA_DSO_LDOPTS+=\
|
||||
$(DIST)/bin/libxpcom.so \
|
||||
$(DIST)/bin/libraptorgfx.so \
|
||||
$(DIST)/bin/libraptorbase.so \
|
||||
$(DIST)/bin/libreg.so \
|
||||
-L$(DIST)/bin \
|
||||
-lxpcom \
|
||||
-lraptorgfx \
|
||||
-lraptorbase \
|
||||
-lreg \
|
||||
$(LIBNSPR)\
|
||||
$(DIST)/lib/libplc21.a
|
||||
|
||||
|
|
|
@ -33,11 +33,13 @@ REQUIRES=util img xpcom raptor netlib
|
|||
DEFINES += -D_IMPL_NS_GFXONXP
|
||||
|
||||
EXTRA_DSO_LDOPTS+=\
|
||||
$(DIST)/bin/libxpcom.so \
|
||||
$(DIST)/bin/libraptorgfx.so \
|
||||
$(DIST)/bin/libraptorbase.so \
|
||||
$(DIST)/bin/libreg.so \
|
||||
$(NSPR_LIBS)
|
||||
-L$(DIST)/bin \
|
||||
-lxpcom \
|
||||
-lraptorgfx \
|
||||
-lraptorbase \
|
||||
-lreg \
|
||||
$(LIBNSPR)\
|
||||
$(DIST)/lib/libplc21.a
|
||||
|
||||
EXTRA_DSO_LDOPTS+= $(XLDFLAGS) $(XLIBS)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче