From: Seonah Moon Date: Mon, 5 Sep 2016 07:44:33 +0000 (+0900) Subject: Add restore_fcommon macro for asan X-Git-Tag: submit/tizen/20160907.003226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20160907.003226;p=platform%2Fupstream%2Fiproute2.git Add restore_fcommon macro for asan Change-Id: Ifbd26c0a7e12ec42857ac5660b7aea15e22fa740 Signed-off-by: Seonah Moon --- diff --git a/packaging/iproute2.spec b/packaging/iproute2.spec index 07005e1..fbfddf6 100644 --- a/packaging/iproute2.spec +++ b/packaging/iproute2.spec @@ -39,6 +39,9 @@ A library for accessing the netlink service. %patch2 -p1 %build +%if "%{asan}" == "1" +%restore_fcommon +%endif ./configure make %{?jobs:-j%jobs}