diff -Naur graphite-1.3.14.orig/src/CMakeLists.txt graphite-1.3.14/src/CMakeLists.txt --- graphite-1.3.14.orig/src/CMakeLists.txt 2020-08-10 10:08:58.963417496 +0200 +++ graphite-1.3.14/src/CMakeLists.txt 2020-08-10 10:16:19.239886692 +0200 @@ -123,7 +123,7 @@ if (GRAPHITE2_SANITIZERS) target_link_libraries(graphite2 c gcc_s) else () - target_link_libraries(graphite2 c gcc) + target_link_libraries(graphite2 c gcc_s) endif () endif() include(Graphite)