Skip to content
Snippets Groups Projects
Commit b3ef922b authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Removed '-lbsd' from regression test makefiles, too (Bug 565893)


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: Ibefd103f4fe7a90c8fe973436c65a621a8e9ecc1
parent 002945b0
No related branches found
No related tags found
No related merge requests found
...@@ -192,12 +192,12 @@ else ...@@ -192,12 +192,12 @@ else
EXESUFFIX := EXESUFFIX :=
endif # WIN32 endif # WIN32
SOLARIS_LIBS = -lxnet -L${XMLDIR}/lib -lxml2 -lresolv -lcurses -lbsd -ledit SOLARIS_LIBS = -lxnet -L${XMLDIR}/lib -lxml2 -lresolv -lcurses -ledit
SOLARIS8_LIBS = $(SOLARIS_LIBS) -lresolv -lcurses -lbsd -ledit SOLARIS8_LIBS = $(SOLARIS_LIBS) -lresolv -lcurses -ledit
LINUX_LIBS = -L${XMLDIR}/lib -lxml2 -lpthread -lrt -lncurses -lbsd -ledit LINUX_LIBS = -L${XMLDIR}/lib -lxml2 -lpthread -lrt -lncurses -ledit
FREEBSD_LIBS = -lncurses -lbsd -ledit FREEBSD_LIBS = -lncurses -ledit
WIN32_LIBS = -L${XMLDIR}/lib -lxml2 -lncurses -lbsd -ledit WIN32_LIBS = -L${XMLDIR}/lib -lxml2 -lncurses -ledit
INTERIX_LIBS = -L${XMLDIR}/lib -lxml2 -liconv -lncurses -lbsd -ledit INTERIX_LIBS = -L${XMLDIR}/lib -lxml2 -liconv -lncurses -ledit
# #
......
...@@ -127,11 +127,11 @@ TARGET = POtest$(EXESUFFIX) ...@@ -127,11 +127,11 @@ TARGET = POtest$(EXESUFFIX)
# Do not modify these unless you know what you are doing... # Do not modify these unless you know what you are doing...
# Platform specific additional libraries: # Platform specific additional libraries:
# #
SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -lbsd -ledit SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -ledit
SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -lbsd -ledit SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -ledit
LINUX_LIBS = -lxml2 -lpthread -lrt -lncurses -lbsd -ledit LINUX_LIBS = -lxml2 -lpthread -lrt -lncurses -ledit
FREEBSD_LIBS = -lxml2 -liconv -lncurses -lbsd -ledit FREEBSD_LIBS = -lxml2 -liconv -lncurses -ledit
WIN32_LIBS = -lxml2 -liconv -lncurses -lbsd -ledit WIN32_LIBS = -lxml2 -liconv -lncurses -ledit
# #
# Rules for building the executable... # Rules for building the executable...
......
...@@ -34,11 +34,11 @@ OBJECTS = $(GENERATED_SOURCES:.cc=.o) ...@@ -34,11 +34,11 @@ OBJECTS = $(GENERATED_SOURCES:.cc=.o)
OTHER_FILES = Makefile OTHER_FILES = Makefile
SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -lbsd -ledit SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -ledit
SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -lbsd -ledit SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lresolv -lcurses -ledit
LINUX_LIBS = -lxml2 -lpthread -lrt -lncurses -lbsd -ledit LINUX_LIBS = -lxml2 -lpthread -lrt -lncurses -ledit
FREEBSD_LIBS = -lxml2 -lncurses -lbsd -ledit FREEBSD_LIBS = -lxml2 -lncurses -ledit
WIN32_LIBS = -lxml2 -lncurses -lbsd -ledit WIN32_LIBS = -lxml2 -lncurses -ledit
all: $(TARGET) ; all: $(TARGET) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment