From 93aacc3050bb6c5aeddf6ea37a9b8a849fc0889b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 18 Jun 2015 14:28:39 +0200 Subject: [PATCH] Makefile.m32: add support for CURL_LDFLAG_EXTRAS It is similar to existing CURL_CFLAG_EXTRAS, but for extra linker option. --- lib/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index ee47d6708..5f88ab724 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -58,7 +58,7 @@ CC = $(CROSSPREFIX)gcc CFLAGS = $(CURL_CFLAG_EXTRAS) -g -O2 -Wall CFLAGS += -fno-strict-aliasing # comment LDFLAGS below to keep debug info -LDFLAGS = -s +LDFLAGS = $(CURL_LDFLAG_EXTRAS) -s AR = $(CROSSPREFIX)ar RANLIB = $(CROSSPREFIX)ranlib RC = $(CROSSPREFIX)windres