From a1a3938ccb17ca570836257acfd91fe4e545541d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 11 Sep 2004 21:04:01 +0000 Subject: [PATCH] Using --with-yaz instead of --with-yaz-config --- debian/rules | 2 +- idzebra.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 77c4c66..0d2e6f1 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ # This is the debhelper compatability version to use. export DH_COMPAT=2 -CONFIG_FLAGS=--with-tclconfig=/usr/lib/tcl8.3 --with-yaz-config=/usr/bin --prefix=/usr +CONFIG_FLAGS=--with-tclconfig=/usr/lib/tcl8.3 --with-yaz=/usr/bin --prefix=/usr # Enable parallel builds if CONCURRENCY_LEVEL is set ifdef CONCURRENCY_LEVEL diff --git a/idzebra.spec.in b/idzebra.spec.in index 0fa4d18..2356d73 100644 --- a/idzebra.spec.in +++ b/idzebra.spec.in @@ -24,7 +24,7 @@ boolean search expressions and relevance-ranked free-text queries. %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr --with-yazconfig=/usr/bin + ./configure --prefix=/usr --with-yaz=/usr/bin make CFLAGS="$RPM_OPT_FLAGS" %install -- 1.7.10.4