Build without libident (bz#1790478)
This commit is contained in:
parent
31aaadb6f1
commit
d5f37ade2b
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: ngircd
|
||||
Version: 25
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Next Generation IRC Daemon
|
||||
License: GPLv2+
|
||||
URL: http://ngircd.barton.de/
|
||||
|
|
@ -17,7 +17,6 @@ Patch2: ngircd-service.patch
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: zlib-devel, avahi-compat-howl-devel
|
||||
BuildRequires: libident-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: pam-devel
|
||||
# Needed for tests
|
||||
|
|
@ -56,7 +55,6 @@ scratch and is not based upon the original IRCd like many others.
|
|||
--with-zlib \
|
||||
--with-epoll \
|
||||
--with-zeroconf \
|
||||
--with-ident \
|
||||
--with-gnutls \
|
||||
--with-pam \
|
||||
--enable-ipv6
|
||||
|
|
@ -152,6 +150,9 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2020 Orion Poplawski <orion@nwra.com> - 25-4
|
||||
- Build without libident (bz#1790478)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue