From: Adam Dickmeiss Date: Sat, 11 Sep 2004 21:04:01 +0000 (+0000) Subject: Using --with-yaz instead of --with-yaz-config X-Git-Tag: snippet.version.1~355 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a1a3938ccb17ca570836257acfd91fe4e545541d;hp=7af723a4a7a2ca0dce8c245a316120fbd9ca04db Using --with-yaz instead of --with-yaz-config --- 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