spec: Allow compiler warnings in case of asan build environment 25/300925/1 accepted/tizen/7.0/unified/20231107.145942
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Nov 2023 05:57:05 +0000 (14:57 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Nov 2023 05:57:51 +0000 (14:57 +0900)
Change-Id: Ic8bd6adc6a109c948855e185a59bb693848ff192
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/espp-service.spec

index ec2a78af5ab4762d6f66d4191447ae95e1801b50..464ab88e1c46543702201fe3fbf9b65e5d61ecb8 100644 (file)
@@ -1,7 +1,7 @@
 Name:       espp-service
 Summary:    ESPP service package which contains client lib. and daemon binary
 Version:    0.3.11
-Release:    0
+Release:    1
 Group:      Multimedia/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
@@ -57,8 +57,10 @@ meson setup --auto-features=disabled \
   -Dservice-app=false \
 %endif
   -D_bindir=%{_bin_dir} \
+%if "%{asan}" != "1"
 %ifnarch x86_64
   --werror \
+%endif
 %endif
   build