From: Dongsun Lee Date: Mon, 5 Sep 2016 07:37:56 +0000 (+0900) Subject: Apply %restore_fcommon macro for Address Sanitizer X-Git-Tag: accepted/tizen/common/20160905.171330^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0509f1183a834f5b7b2e8bc48ef8b5783e74cef1;p=platform%2Fupstream%2Fnettle.git Apply %restore_fcommon macro for Address Sanitizer Change-Id: I3bcdcd356327661abc151ed9b2d7f347fb642eee Signed-off-by: Dongsun Lee --- diff --git a/packaging/nettle.spec b/packaging/nettle.spec index 746f4a9..2213a0b 100644 --- a/packaging/nettle.spec +++ b/packaging/nettle.spec @@ -61,6 +61,9 @@ operations using the nettle library. cp %{SOURCE1001} . %build +%if "%{asan}" == "1" +%restore_fcommon +%endif #configure --disable-static %configure --enable-shared