Using --with-yaz instead of --with-yaz-config
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 21:04:01 +0000 (21:04 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 21:04:01 +0000 (21:04 +0000)
debian/rules
idzebra.spec.in

index 77c4c66..0d2e6f1 100755 (executable)
@@ -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
index 0fa4d18..2356d73 100644 (file)
@@ -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