From: Adam Dickmeiss Date: Mon, 14 Jan 2008 23:44:00 +0000 (+0000) Subject: No longer depend/use libpcap. X-Git-Tag: YAZ.3.0.22.x~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=aa445c654412e914fcc6df99f10e182d66067134 No longer depend/use libpcap. --- diff --git a/yaz.spec.in b/yaz.spec.in index 3d55e84..1ba2585 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -8,7 +8,7 @@ Group: Applications/Internet Vendor: Index Data ApS Source: yaz-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libpcap-devel libicu-devel +BuildRequires: libxml2-devel libxslt-devel tcp_wrappers openssl-devel readline-devel libicu-devel Packager: Adam Dickmeiss URL: http://www.indexdata.dk/yaz/ @@ -49,7 +49,7 @@ yaz-illclient: an ISO ILL client. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ - --enable-shared --enable-tcpd --with-xslt --with-openssl --with-pcap + --enable-shared --enable-tcpd --with-xslt --with-openssl --with-icu make CFLAGS="$RPM_OPT_FLAGS" %install