[sr-dev] git:andrei/raw_sock: core: compile raw socket support by default on freebsd

Andrei Pelinescu-Onciul andrei at iptel.org
Tue Aug 10 18:10:26 CEST 2010


Module: sip-router
Branch: andrei/raw_sock
Commit: 49e34588e967ed92903eb0825a0b1a4b57b4afd6
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49e34588e967ed92903eb0825a0b1a4b57b4afd6

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Aug 10 17:50:47 2010 +0200

core: compile raw socket support by default on freebsd

---

 Makefile.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index 4cc1ee6..53a549d 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -1747,7 +1747,7 @@ ifeq ($(OS), freebsd)
 	C_DEFS+=-DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN \
 		-DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL \
 		-DHAVE_CONNECT_ECONNRESET_BUG -DHAVE_TIMEGM \
-		-DHAVE_NETINET_IN_SYSTM
+		-DHAVE_NETINET_IN_SYSTM -DUSE_RAW_SOCKS
 	ifneq ($(found_lock_method), yes)
 		C_DEFS+= -DUSE_PTHREAD_MUTEX  # try pthread sems
 		found_lock_method=yes




More information about the sr-dev mailing list