diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 18:11:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 23:15:28 +0200 |
commit | 4190f496882efc6e80bb4e81fc85bc40bfcc64e8 (patch) | |
tree | 4595e299616188f5dcc893b84941ad40b51879ca /.github/lock.yml | |
parent | ceab0febd06e0dfe4f608bbe55242227a9c9d9c9 (diff) |
configure: only strip first -L from LDFLAGS
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
Closes #5521
Diffstat (limited to '.github/lock.yml')
0 files changed, 0 insertions, 0 deletions