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.4-dynamic-link.patch

13 lines
232 B

do not statically link libjq since we install it
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,6 @@
bin_PROGRAMS = jq
jq_SOURCES = main.c
-jq_LDFLAGS = -static-libtool-libs
jq_LDADD = libjq.la -lm
### Tests (make check)