t* gopherproxy-c customized
       
   URI git clone git://git.codevoid.de/gopherproxy-c-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 1a3a39b35b6a350bec8b37e833639a671717c59e
   DIR parent 63d1799106c7f186d008b3085f1d6059c99b2681
   URI Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 17 Aug 2018 15:59:20 +0200
       
       Makefile: build static by default
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -6,7 +6,7 @@ OBJ = $(BIN:=.o)
        # OpenBSD: use pledge(2).
        #CFLAGS += -DUSE_PLEDGE
        # build static: useful in www chroot.
       -#LDFLAGS += -static
       +LDFLAGS += -static
        # Linux
        #CPPFLAGS += -D_DEFAULT_SOURCE