Software /
code /
prosody
Comparison
configure @ 998:c2000160938d
Allow setting LFLAGS with ./configure --lflags=
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 20:07:45 +0100 |
parent | 802:33c012048492 |
child | 1063:b873715ffd96 |
comparison
equal
deleted
inserted
replaced
997:c81b6141d693 | 998:c2000160938d |
---|---|
111 OPENSSL_LIB="$value" | 111 OPENSSL_LIB="$value" |
112 ;; | 112 ;; |
113 --cflags=*) | 113 --cflags=*) |
114 CFLAGS="$value" | 114 CFLAGS="$value" |
115 ;; | 115 ;; |
116 --lflags=*) | |
117 LFLAGS="$value" | |
118 ;; | |
116 --c-compiler=*) | 119 --c-compiler=*) |
117 CC="$value" | 120 CC="$value" |
118 ;; | 121 ;; |
119 --linker=*) | 122 --linker=*) |
120 LD="$value" | 123 LD="$value" |