- added BSD44SOCKETS for Darwin

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@875 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent d476f9d0a5
commit 4121365f11

@ -107,12 +107,16 @@ ifeq ($(OS), darwin)
CXXFLAGS += -fno-common
CFLAGS += -fno-common
#necessary for sa_len|ss_len|sin_len
# may be needed on other *BSD
CPPFLAGS += -DBSD44SOCKETS
# add the DarwinPorts directory
CPPFLAGS += -I /opt/local/include
LDFLAGS += -L/opt/local/lib
# those modules do not compile by now
exclude_modules += binrpcctrl ilbc
exclude_modules += binrpcctrl
else
LDFLAGS+= -fPIC -ldl -lsocket -lnsl -lpthread
TARGET=solaris

Loading…
Cancel
Save