diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2024-11-22 18:28:42 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2024-11-22 18:28:42 +0900 |
commit | 154d3c63cab1120f81756c5653f08f422faada3e (patch) | |
tree | 5848f3034730a581368d1f48f29a349f646f9586 /packaging | |
parent | 43ca0d19e9dac7241ee6c2451f403d020fd02a39 (diff) | |
download | building-blocks-tizen.tar.gz building-blocks-tizen.tar.bz2 building-blocks-tizen.zip |
packaging: %ix86: remove lsan (LeakSanitizer)accepted/tizen/unified/20241125.023356tizenaccepted/tizen_unified
gcc-14 won't support on %ix86 anymore
Change-Id: I5ad804a3a1ad86fa2c0d4b736d0e63825d710227
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index a3fceac..e7230d7 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -406,7 +406,9 @@ Requires: privilege-checker Requires: gdb Requires: boost-date-time Requires: db4 +%ifnarch %{ix86} Requires: liblsan +%endif Requires: libpciaccess Requires: lrzsz Requires: python |