mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 14:21:57 +01:00
12 lines
335 B
Diff
12 lines
335 B
Diff
--- a/lib/scudo/standalone/CMakeLists.txt
|
|
+++ b/lib/scudo/standalone/CMakeLists.txt
|
|
@@ -137,6 +137,8 @@
|
|
|
|
append_list_if(FUCHSIA zircon SCUDO_LINK_LIBS)
|
|
|
|
+list(APPEND SCUDO_LINK_LIBS execinfo)
|
|
+
|
|
if(COMPILER_RT_HAS_SCUDO_STANDALONE)
|
|
add_compiler_rt_object_libraries(RTScudoStandalone
|
|
ARCHS ${SCUDO_STANDALONE_SUPPORTED_ARCH}
|