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