You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/jq/files/jq-1.5-dynamic-link.patch

14 lines
292 B

diff --git a/Makefile.am b/Makefile.am
index c3a771f..274c01e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,7 +84,7 @@ main.c: version.h
bin_PROGRAMS = jq
jq_SOURCES = main.c version.h
-jq_LDFLAGS = -static-libtool-libs
+jq_LDFLAGS =
jq_LDADD = libjq.la -lm
if ENABLE_ALL_STATIC