Add --with-xml2 to RPM spec
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 2 Oct 2004 13:27:26 +0000 (13:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 2 Oct 2004 13:27:26 +0000 (13:27 +0000)
yaz.spec.in

index 7a7b404..9b4deb0 100644 (file)
@@ -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