Don't build against libnettle

Related: #1315975
This commit is contained in:
Jan Synacek 2016-03-09 10:14:45 +01:00
parent 3ff921f230
commit 23665fab9f
2 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,15 @@
--- iputils-s20150815/Makefile 2015-08-15 16:07:28.000000000 +0200
+++ iputils-s20150815-new/Makefile 2015-09-24 09:22:09.000000000 +0200
@@ -52,7 +52,7 @@ ENABLE_RDISC_SERVER=no
--- iputils-s20160308/Makefile 2016-03-08 13:58:56.000000000 +0100
+++ iputils-s20160308-new/Makefile 2016-03-09 10:09:02.295409179 +0100
@@ -36,7 +36,7 @@ WITHOUT_IFADDRS=no
ARPING_DEFAULT_DEVICE=
# nettle library for ipv6 ping [yes|no|static]
-USE_NETTLE=yes
+USE_NETTLE=no
# libgcrypt library for ipv6 ping [no|yes|static]
USE_GCRYPT=no
# Crypto library for ping6 [shared|static|no]
@@ -53,7 +53,7 @@ ENABLE_RDISC_SERVER=no
# What a pity, all new gccs are buggy and -Werror does not work. Sigh.
# CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
CFLAGS?=-O3 -g

View File

@ -3,7 +3,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20160308
Release: 1%{?dist}
Release: 2%{?dist}
# some parts are under the original BSD (ping.c)
# some are under GPLv2+ (tracepath.c)
License: BSD and GPLv2+
@ -158,6 +158,9 @@ mv -f RELNOTES.tmp RELNOTES
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
%changelog
* Wed Mar 9 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-2
- Don't build against libnettle
* Wed Mar 9 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-1
- Update to s20160308 (#1315975)