Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy. git-svn-id: svn://10.0.0.236/trunk@13861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user