diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 18:11:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 18:16:55 +0200 |
commit | 2897ba28a679a417072200841c08db57d975d969 (patch) | |
tree | d7a8666eeb71bef27088fc0755d67edbef960773 /lib/setup-win32.h | |
parent | c048dd0b7c83f9db08d7ad85522b629458e35dd6 (diff) | |
download | curl-bagder/configure-openssl-lsed.tar.gz |
configure: only strip first -L from LDFLAGSbagder/configure-openssl-lsed
In the logic that works out if a given OpenSSL path works, it stripped
off a possibly leading -L flag using an incorrect sed pattern which
would remove all instances of -L in the string, including if the path
itself contained that two-letter sequence!
The same pattern was used and is now updated in multiple places. Now it
only removes -L if it starts the strings.
Reported-by: Mohamed Osama
Fixes #5519
Diffstat (limited to 'lib/setup-win32.h')
0 files changed, 0 insertions, 0 deletions