From 905200e7c7288464a3951f6eeb4c9b420aa27997 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 2 Oct 2004 13:27:26 +0000 Subject: [PATCH] Add --with-xml2 to RPM spec --- yaz.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaz.spec.in b/yaz.spec.in index 7a7b404..9b4deb0 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -39,7 +39,7 @@ Development libraries and includes for the libyaz package. %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr --enable-shared --enable-tcpd --with-openssl + ./configure --prefix=/usr --enable-shared --enable-tcpd --with-xml2 --with-openssl make CFLAGS="$RPM_OPT_FLAGS" %install -- 1.7.10.4