Blame SOURCES/0000-iputils-rh.patch

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