mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858
This commit is contained in:
parent
7dd7ec8541
commit
34a3e7327e
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -303,6 +303,9 @@ do
|
|||
--ldflags)
|
||||
LDFLAGS="$value"
|
||||
;;
|
||||
--add-ldflags)
|
||||
LDFLAGS="$LDFLAGS $value"
|
||||
;;
|
||||
--c-compiler)
|
||||
CC="$value"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue