projects
/
platform
/
core
/
multimedia
/
espp-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978bae7
)
spec: Allow compiler warnings in case of asan build environment
44/300944/1
accepted/tizen/unified/20231107.172846
author
Sangchul Lee
<sc11.lee@samsung.com>
Mon, 6 Nov 2023 05:57:05 +0000
(14:57 +0900)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Mon, 6 Nov 2023 08:26:08 +0000
(08:26 +0000)
Change-Id: Ic8bd6adc6a109c948855e185a59bb693848ff192
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit
d9f998a409b54a28d3ab6db5ef91f660ddcb2dda
)
packaging/espp-service.spec
patch
|
blob
|
history
diff --git
a/packaging/espp-service.spec
b/packaging/espp-service.spec
index ec2a78af5ab4762d6f66d4191447ae95e1801b50..464ab88e1c46543702201fe3fbf9b65e5d61ecb8 100644
(file)
--- a/
packaging/espp-service.spec
+++ b/
packaging/espp-service.spec
@@
-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