#1 Remove support for tcp_wrappers (#1518798)
Merged 6 years ago by till. Opened 6 years ago by jjelen.
rpms/ jjelen/yaz master  into  master

file modified
+1 -2
@@ -18,7 +18,7 @@ 

  BuildRequires:  libxslt-devel

  BuildRequires:  readline-devel

  BuildRequires:  tcl

- BuildRequires:  tcp_wrappers-devel

+ BuildRequires:  gcc

  

  %description

  YAZ is a programmers toolkit supporting the development of Z39.50/SRW/SRU 
@@ -67,7 +67,6 @@ 

  

  %build

  %configure \

-         --enable-tcpd \

          --enable-shared \

          --with-memcached \

          --with-redis \

  • add a explicit requires on gcc to build on rawhide

Pull-Request has been merged by till

6 years ago