Add -L$(DIST)/lib to EXTRA_DSO_LDOPTS so that static libs can be found.
Thanks to fcrozat@mandrakesoft.com (Frederic Crozat) for the patch. Bug #93420 r=cls git-svn-id: svn://10.0.0.236/trunk@100897 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -48,6 +48,7 @@ EXTRA_DSO_LIBS = \
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
-L$(DIST)/lib \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
-lgkgfx \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user