blob: 299e334f14d1797bfaf60858766582fd3678e1e6 [file] [log] [blame]
diff -ur curl-7.35.0/src/Makefile curl-7.35.0-patched/src/Makefile
--- curl-7.35.0/src/Makefile 2014-02-05 14:31:09.537850185 -0800
+++ curl-7.35.0-patched/src/Makefile 2014-02-05 14:32:30.501846613 -0800
@@ -347,7 +347,7 @@
LIBOBJS =
# Prevent LIBS from being used for all link targets
-LIBS = $(BLANK_AT_MAKETIME)
+LIBS = $(BLANK_AT_MAKETIME) $(LIBCURL_LIBS)
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO =
LN_S = ln -s
Only in curl-7.35.0/src: Makefile.new