From cd6954e3c16282a6fe2a8f37879a06605990cb58 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 27 Jun 2020 23:11:10 +0200 Subject: fix make static --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 41ac74e6..d95eaab1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,10 +69,11 @@ ifeq "$(shell uname)" "SunOS" endif ifdef STATIC - $(info Compiling static version of binaries) + $(info Compiling static version of binaries, disabling python though) # Disable python for static compilation to simplify things PYTHON_OK=0 PYFLAGS= + PYTHON_INCLUDE=/ CFLAGS_OPT += -static LDFLAGS += -lm -lpthread -lz -lutil -- cgit 1.4.1