From: Michael Tremer Date: Tue, 18 Oct 2016 22:59:52 +0000 (+0200) Subject: iproute2: Honour LDFLAGS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f569a8efca1f3ad5063ebc462ffaff5626bc562c;p=ipfire-3.x.git iproute2: Honour LDFLAGS Signed-off-by: Michael Tremer --- diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 27d8dea92..c432402a4 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -5,7 +5,7 @@ name = iproute2 version = 3.14.0 -release = 2 +release = 3 groups = Networking/Tools url = http://www.linuxfoundation.org/en/Net:Iproute2 @@ -34,7 +34,7 @@ build sed -e "s/^LIBDIR=/LIBDIR?=/" -i Makefile end - export RPM_OPT_FLAGS = %{CFLAGS} + export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS} export LIBDIR = %{libdir} export IPT_LIB_DIR = %{libdir}/xtables