From cf1306f469d0efb178f567f0b43e9af0435593ca Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 18 May 2015 12:07:29 -0500 Subject: Add -all-static when --enable-static --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1030bbbd..69da0746 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ + ### C source files to be built and distributed. LIBJQ_INCS = jq_parser.h builtin.h bytecode.h compile.h exec_stack.h \ @@ -71,6 +72,10 @@ jq_SOURCES = main.c version.h jq_LDFLAGS = -static-libtool-libs jq_LDADD = libjq.la -lm +if ENABLE_ALL_STATIC +jq_LDFLAGS += -all-static +endif + ### Tests (make check) TESTS = tests/all.test -- cgit v1.2.3