Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 890555 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/CMakeLists.txt (-6 / +1 lines)
Lines 127-138 Link Here
127
            set_target_properties(graphite2 PROPERTIES
127
            set_target_properties(graphite2 PROPERTIES
128
                LINK_FLAGS      "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
128
                LINK_FLAGS      "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}")
129
129
130
            if (GRAPHITE2_SANITIZERS)
130
            target_link_libraries(graphite2 c gcc_s)
131
                target_link_libraries(graphite2 c gcc_s)
132
            else()
133
                target_link_libraries(graphite2 c gcc)
134
            endif()
135
136
            if (BUILD_SHARED_LIBS)
131
            if (BUILD_SHARED_LIBS)
137
                nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
132
                nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>)
138
            endif ()
133
            endif ()

Return to bug 890555