mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Closes: https://bugs.gentoo.org/890555 Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
17 lines
580 B
Diff
17 lines
580 B
Diff
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -127,12 +127,7 @@
|
|
set_target_properties(graphite2 PROPERTIES
|
|
LINK_FLAGS "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
|
|
|
|
- if (GRAPHITE2_SANITIZERS)
|
|
- target_link_libraries(graphite2 c gcc_s)
|
|
- else()
|
|
- target_link_libraries(graphite2 c gcc)
|
|
- endif()
|
|
-
|
|
+ target_link_libraries(graphite2 c gcc_s)
|
|
if (BUILD_SHARED_LIBS)
|
|
nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
|
|
endif ()
|
|
|