stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 0080b60f42d65dd8b742c95aee52bbafda1141a4
parent beefb69882cf5cb3dc6b51839cd0d12facb3dac1
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 15:45:02 +0000

dragonfly config also works on freebsd

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -19,6 +19,6 @@ CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE #LDFLAGS = -lcrypto -lbsd -s #CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -# DragonFly +# DragonFly and FreeBSD #CFLAGS = -O2 -std=c99 #LDFLAGS = -lcrypto -s