Fix for -lpref linking problems. Dont link with libpref, its not needed.
git-svn-id: svn://10.0.0.236/trunk@43431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -34,7 +34,6 @@ endif
|
||||
|
||||
ifndef NECKO
|
||||
LIBS = \
|
||||
-lpref \
|
||||
-lxp \
|
||||
-lnetlib \
|
||||
-lftpurl \
|
||||
@@ -56,8 +55,6 @@ LIBS = \
|
||||
-lmozreg \
|
||||
$(TIMER_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(ZLIB_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
# Needed to resolve __yylex (?)
|
||||
|
||||
Reference in New Issue
Block a user