Fixing solaris bustage.
git-svn-id: svn://10.0.0.236/trunk@37404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -34,7 +34,29 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
|
||||
|
||||
LIBS = \
|
||||
ifndef NECKO
|
||||
LIBS = \
|
||||
-lpwcac \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lremoturl \
|
||||
-lnetcnvts \
|
||||
-labouturl \
|
||||
-lhttpurl \
|
||||
-lmimetype \
|
||||
-lnetcache \
|
||||
-lnetlib \
|
||||
-lnetwork \
|
||||
-lsockstuburl \
|
||||
$(NULL)
|
||||
else
|
||||
LIBS = \
|
||||
-lneckoutil_s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS += \
|
||||
-limg \
|
||||
$(PNG_LIBS) \
|
||||
$(JPEG_LIBS) \
|
||||
@@ -57,27 +79,6 @@ LIBS = \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifndef NECKO
|
||||
LIBS += \
|
||||
-lpwcac \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lremoturl \
|
||||
-lnetcnvts \
|
||||
-labouturl \
|
||||
-lhttpurl \
|
||||
-lmimetype \
|
||||
-lnetcache \
|
||||
-lnetlib \
|
||||
-lnetwork \
|
||||
-lsockstuburl \
|
||||
$(NULL)
|
||||
else
|
||||
LIBS += \
|
||||
-lneckoutil_s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user