X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=dff34677984839817c620389dd0256adf1db5e42;hp=ee0d1be9efcb4161a2009a3f670217d60e952639;hb=76f5f8bd7124c8643be25e0d9838e5897e19df8a;hpb=89b120a18d5481e2b354accd07e07bc74816cfc9 diff --git a/buildconf.sh b/buildconf.sh index ee0d1be..dff3467 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -66,7 +66,7 @@ case $1 in esac if $enable_configure; then - if test -n "$sh_flags"; then + if test -n "$sh_cflags"; then CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure --disable-shared --enable-static $* else ./configure $* @@ -103,6 +103,12 @@ When building from a CVS checkout, you need these Debian packages: xsltproc, docbook, docbook-xml, docbook-xsl, libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, libpcap0.8-dev + +Also perhaps: libgnutls-dev libicu-dev + +And if you want to make a Debian package: dpkg-dev fakeroot debhelper +(Then run "dpkg-buildpackage -rfakeroot" in this directory.) + EOF fi if [ "`uname -s`" = FreeBSD ]; then