projects
/
platform
/
core
/
telephony
/
tel-plugin-atmodem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e5300
)
packaging: asan: skip Werror=stringop-overflow=
84/317084/1
accepted/tizen_unified
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
tizen
accepted/tizen/unified/20241231.131833
accepted/tizen/unified/x/20250101.064956
accepted/tizen/unified/x/asan/20250113.001927
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 09:08:33 +0000
(18:08 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 24 Dec 2024 04:32:20 +0000
(13:32 +0900)
Change-Id: Iff06d6a2101ee89952a353faafbdfe2f889ad604
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/tel-plugin-atmodem.spec
patch
|
blob
|
history
diff --git
a/packaging/tel-plugin-atmodem.spec
b/packaging/tel-plugin-atmodem.spec
index 01575daac44e503af38822426fc56e3fcb35bfb8..ba53f0792fc3314c0a616272b99a1d20eefcae6a 100644
(file)
--- a/
packaging/tel-plugin-atmodem.spec
+++ b/
packaging/tel-plugin-atmodem.spec
@@
-33,6
+33,9
@@
Telephony AT Modem library
%setup -q
%build
+%{?asan:
+export CFLAGS+=" -Wno-stringop-overflow"
+}
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLIB_INSTALL_DIR=%{_libdir}
make %{?_smp_mflags}