packaging: Add -fcommon to build with Address Sanitizer sandbox/chanleebf/asan
authorChan Lee <chan45.lee@samsung.com>
Mon, 5 Sep 2016 02:41:58 +0000 (11:41 +0900)
committerChan Lee <chan45.lee@samsung.com>
Mon, 5 Sep 2016 02:41:58 +0000 (11:41 +0900)
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
packaging/murphy.spec

index 1602bf73d1150833fe93e8ae36a189ed992e743f..eca92a8454b87def96c037b6607bac8a7999be22 100644 (file)
@@ -189,6 +189,9 @@ This package contains various test binaries for Murphy.
 cp %{SOURCE1001} .
 
 %build
+%if "%{asan}" == "1"
+%restore_fcommon
+%endif
 %if %{with debug}
 export CFLAGS="-O0 -g3"
 V="V=1"