fully static builds of curl, runs anywhere
https://github.com/moparisthebest/static-curl
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.
14 lines
459 B
14 lines
459 B
diff --git a/src/Makefile.am b/src/Makefile.am |
|
index 734373187..37e3a1564 100644 |
|
--- a/src/Makefile.am |
|
+++ b/src/Makefile.am |
|
@@ -66,6 +66,9 @@ else |
|
curl_LDADD = $(top_builddir)/lib/libcurl.la @NSS_LIBS@ @SSL_LIBS@ @ZLIB_LIBS@ @CURL_NETWORK_AND_TIME_LIBS@ |
|
endif |
|
|
|
+curl_LDFLAGS = $(curl_LDFLAGS) |
|
+curl_CPPFLAGS = $(AM_CPPFLAGS) |
|
+ |
|
# if unit tests are enabled, build a static library to link them with |
|
if BUILD_UNITTESTS |
|
noinst_LTLIBRARIES = libcurltool.la
|
|
|