From: Adam Dickmeiss Date: Mon, 7 Feb 2005 09:11:19 +0000 (+0000) Subject: Do not use USEMARCON by default X-Git-Tag: YAZPROXY.0.9~6 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=1ea0a4ec835a7c15910b07c11cd09a882edc8d91 Do not use USEMARCON by default --- diff --git a/debian/rules b/debian/rules index eef80d6..e9c2849 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ major=2 config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --with-xslt=/usr --with-yazpp=/usr/bin + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --with-xslt=/usr --with-yazpp=/usr/bin --without-usemarcon build: build-stamp