Software /
code /
prosody
Comparison
configure @ 8129:69f8b22b0472
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 25 Apr 2017 21:46:46 +0200 |
parent | 8087:eb38f3b919be |
child | 8130:12440a0043ab |
comparison
equal
deleted
inserted
replaced
8127:3e443d6791e6 | 8129:69f8b22b0472 |
---|---|
295 esac | 295 esac |
296 ;; | 296 ;; |
297 --cflags) | 297 --cflags) |
298 CFLAGS="$value" | 298 CFLAGS="$value" |
299 ;; | 299 ;; |
300 --add-cflags) | |
301 CFLAGS="$CFLAGS $value" | |
302 ;; | |
300 --ldflags) | 303 --ldflags) |
301 LDFLAGS="$value" | 304 LDFLAGS="$value" |
302 ;; | 305 ;; |
303 --c-compiler) | 306 --c-compiler) |
304 CC="$value" | 307 CC="$value" |