| 3 |
serf |
serf |
| 4 |
extends = |
extends = |
| 5 |
../software-profiles/apache.cfg |
../software-profiles/apache.cfg |
| 6 |
|
../software-profiles/libuuid.cfg |
| 7 |
../software-profiles/openssl.cfg |
../software-profiles/openssl.cfg |
| 8 |
../software-profiles/zlib.cfg |
../software-profiles/zlib.cfg |
| 9 |
|
|
| 16 |
--with-apr-util=${apache:location}/bin/apu-1-config |
--with-apr-util=${apache:location}/bin/apu-1-config |
| 17 |
--with-openssl=${openssl:location} |
--with-openssl=${openssl:location} |
| 18 |
environment = |
environment = |
| 19 |
CFLAGS=-I${zlib:location}/include |
CFLAGS=-I${zlib:location}/include -I${libuuid:location}/include |
| 20 |
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib |
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib |