stun

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

commit 18fb5c78c16624cac4e10a10806bd91b750ff16c
parent 3df248b6ce0078a080cb82a0f8681461363dbe37
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 14:45:31 +0000

restore accidental change in CPPFLAGS

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

diff --git a/config.mk b/config.mk @@ -25,4 +25,4 @@ LDFLAGS = -lcrypto -s #CFLAGS = -static -O2 -std=c99 #LDFLAGS = -lcrypto -static -s -CPPFLAGS = -D_DEFAULT_SOURCE +CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE