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