From: Adam Dickmeiss Date: Thu, 9 Mar 2006 14:14:06 +0000 (+0000) Subject: Enable shared for debug development X-Git-Tag: YAZPROXY.1.1.0.2~34 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=d509e52b1490db1aa97ac6b8187e66d2da40aac1 Enable shared for debug development --- diff --git a/buildconf.sh b/buildconf.sh index d28f54e..63c014f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.7 2005-06-21 18:46:04 adam Exp $ +# $Id: buildconf.sh,v 1.8 2006-03-09 14:14:06 adam Exp $ set -x aclocal -I . libtoolize --automake --force @@ -31,7 +31,7 @@ esac if $enable_configure; then if test -n "$sh_flags"; then - CXXFLAGS="$sh_flags" ./configure $* + CXXFLAGS="$sh_flags" ./configure --disable-shared --enable-static $* else ./configure $* fi