| 4 |
../software-profiles/libdb.cfg |
../software-profiles/libdb.cfg |
| 5 |
../software-profiles/libexpat.cfg |
../software-profiles/libexpat.cfg |
| 6 |
../software-profiles/neon.cfg |
../software-profiles/neon.cfg |
| 7 |
|
../software-profiles/serf.cfg |
| 8 |
../software-profiles/sqlite3.cfg |
../software-profiles/sqlite3.cfg |
| 9 |
../software-profiles/zlib.cfg |
../software-profiles/zlib.cfg |
| 10 |
parts = |
parts = |
| 22 |
--with-sqlite=${sqlite3:location} |
--with-sqlite=${sqlite3:location} |
| 23 |
--without-berkeley-db |
--without-berkeley-db |
| 24 |
--with-neon=${neon:location} |
--with-neon=${neon:location} |
| 25 |
|
--without-ssl |
| 26 |
|
--without-sasl |
| 27 |
|
--with-serf=${serf:location} |
| 28 |
|
--without-apr_memcache |
| 29 |
|
--without-gnome-keyring |
| 30 |
|
--without-kwallet |
| 31 |
|
--without-jdk |
| 32 |
|
--without-jikes |
| 33 |
|
--without-swig |
| 34 |
|
--without-junit |
| 35 |
|
--without-ctypesgen |
| 36 |
|
--without-ruby-sitedir |
| 37 |
|
--without-ruby-test-verbose |
| 38 |
|
--disable-nls |
| 39 |
|
|
| 40 |
environment = |
environment = |
| 41 |
CPPFLAGS=-I${libexpat:location}/include |
CPPFLAGS=-I${libexpat:location}/include |
| 42 |
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${neon:location}/lib |
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib |