Blame SOURCES/iputils-rh.patch

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