diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-08 03:43:51 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:41 -0400 |
commit | 02c88132cfbd69a65f5f27c0c7efbf459a375283 (patch) | |
tree | 7dadfae7fce709a7faf4ca6fd85511fb9a3824ab /acprep | |
parent | 0c10d1c3fdf4fa17e9880d318ee37c4b45d0daf2 (diff) | |
download | fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.gz fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.bz2 fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.zip |
Added --enable-boost-sd for linking about the static/debug variant of Boost.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ LDFLAGS="$LIBDIRS" while [ -n "$1" ]; do case "$1" in --debug) - SWITCHES="$SWITCHES --enable-debug" + SWITCHES="$SWITCHES --enable-debug --enable-boost-sd" #if [ -f /usr/local/lib/libstlportstlg.a ]; then # SWITCHES="$SWITCHES --enable-stlportg" # CPPFLAGS="-D_STLP_DEBUG $CPPFLAGS" |