Makefile: build static by default - gopherproxy-c - Gopher HTTP proxy in C (CGI)
 (HTM) git clone git://git.codemadness.org/gopherproxy-c
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1a3a39b35b6a350bec8b37e833639a671717c59e
 (DIR) parent 63d1799106c7f186d008b3085f1d6059c99b2681
 (HTM) 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
       @@ -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