Blame SOURCES/iputils-rh.patch

994c6b
--- iputils-s20160308/Makefile	2016-03-08 13:58:56.000000000 +0100
994c6b
+++ iputils-s20160308-new/Makefile	2016-03-09 10:09:02.295409179 +0100
994c6b
@@ -36,7 +36,7 @@ WITHOUT_IFADDRS=no
994c6b
 ARPING_DEFAULT_DEVICE=
994c6b
 
994c6b
 # nettle library for ipv6 ping [yes|no|static]
994c6b
-USE_NETTLE=yes
994c6b
+USE_NETTLE=no
994c6b
 # libgcrypt library for ipv6 ping [no|yes|static]
994c6b
 USE_GCRYPT=no
994c6b
 # Crypto library for ping6 [shared|static|no]
994c6b
@@ -53,7 +53,7 @@ ENABLE_RDISC_SERVER=no
994c6b
 # What a pity, all new gccs are buggy and -Werror does not work. Sigh.
994c6b
 # CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g
994c6b
 CFLAGS?=-O3 -g
994c6b
-CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall
994c6b
+CFLAGS+=$(RPM_OPT_FLAGS) -fno-strict-aliasing -Wstrict-prototypes -Wall
994c6b
 CPPFLAGS+=-D_GNU_SOURCE
994c6b
 LDLIB=
994c6b