parent
3ff921f230
commit
23665fab9f
@ -1,6 +1,15 @@
|
|||||||
--- iputils-s20150815/Makefile 2015-08-15 16:07:28.000000000 +0200
|
--- iputils-s20160308/Makefile 2016-03-08 13:58:56.000000000 +0100
|
||||||
+++ iputils-s20150815-new/Makefile 2015-09-24 09:22:09.000000000 +0200
|
+++ iputils-s20160308-new/Makefile 2016-03-09 10:09:02.295409179 +0100
|
||||||
@@ -52,7 +52,7 @@ ENABLE_RDISC_SERVER=no
|
@@ -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.
|
# What a pity, all new gccs are buggy and -Werror does not work. Sigh.
|
||||||
# CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
|
# CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
|
||||||
CFLAGS?=-O3 -g
|
CFLAGS?=-O3 -g
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Network monitoring tools including ping
|
Summary: Network monitoring tools including ping
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20160308
|
Version: 20160308
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# some parts are under the original BSD (ping.c)
|
# some parts are under the original BSD (ping.c)
|
||||||
# some are under GPLv2+ (tracepath.c)
|
# some are under GPLv2+ (tracepath.c)
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
@ -158,6 +158,9 @@ mv -f RELNOTES.tmp RELNOTES
|
|||||||
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 9 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-1
|
||||||
- Update to s20160308 (#1315975)
|
- Update to s20160308 (#1315975)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user