| Line | |
|---|
| 1 | #build options |
|---|
| 2 | |
|---|
| 3 | #for configure |
|---|
| 4 | |
|---|
| 5 | #everything enabled |
|---|
| 6 | ./configure --with-sqlite3 --with-postgresql --with-mysql --with-fast-cgi --with-dl --with-libxml2 --with-threading-lib=pthread --with-bzip2 --with-zlib --with-iconv --with-imagemagick --enable-debug --with-pcre --with-openssl --prefix=/opt/libdodo |
|---|
| 7 | |
|---|
| 8 | #everything enabled except xexec actions |
|---|
| 9 | ./configure --with-sqlite3 --with-postgresql --with-mysql --with-fast-cgi --with-dl --with-libxml2 --with-threading-lib=pthread --with-bzip2 --with-zlib --with-iconv --with-imagemagick --enable-debug --with-pcre --with-openssl --prefix=/opt/libdodo --disable-graphics-xexec --disable-database-xexec --disable-io-xexec |
|---|
| 10 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.