stun

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

commit beefb69882cf5cb3dc6b51839cd0d12facb3dac1
parent c76b6cc25c481b68c57f6de5282060c7b200efc9
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 15:43:44 +0000

Add DragonFly config.mk stanza

Diffstat:
Mconfig.mk | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -14,7 +14,11 @@ CFLAGS = -O2 -std=c99 LDFLAGS = -lcrypto -s CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -# linux +# Linux #CFLAGS = -O2 -std=c99 #LDFLAGS = -lcrypto -lbsd -s #CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE + +# DragonFly +#CFLAGS = -O2 -std=c99 +#LDFLAGS = -lcrypto -s