source: sources/build.options @ 1498:0354562536c4

Revision 1498:0354562536c4, 664 bytes checked in by Dmytro Milinevskyy <millinevskyy@…>, 11 months ago (diff)

{issue #110[resolved]} get rid of bfd

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.