]> granicus.if.org Git - curl/commit
makefile.m32: allow to pass .dll/.exe-specific LDFLAGS
authorViktor Szakats <vszakats@users.noreply.github.com>
Tue, 1 Mar 2016 19:50:13 +0000 (20:50 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 1 Mar 2016 22:46:16 +0000 (17:46 -0500)
commitd678bd6f60219ad95f709587ddfee2d4943abba1
treecaf74e727aec8e73a0d6d71d6cf50b36e705f606
parentc2a809cd265c37e7bbef55e64d70114d2f0d7189
makefile.m32: allow to pass .dll/.exe-specific LDFLAGS

using envvars `CURL_LDFLAG_EXTRAS_DLL` and
`CURL_LDFLAG_EXTRAS_EXE` respectively. This
is useful f.e. to pass ASLR-related extra
options, that are required to make this
feature work when using the mingw toolchain.

Ref: https://github.com/curl/curl/pull/670#issuecomment-190863985

Closes https://github.com/curl/curl/pull/689
lib/Makefile.m32
src/Makefile.m32