Added --with-yaz to rules
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 21:10:38 +0000 (21:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 21:10:38 +0000 (21:10 +0000)
debian/rules

index 68a1475..fe7095f 100755 (executable)
@@ -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
+       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-yaz=/usr/bin
 
 
 build: build-stamp