Hello community, here is the log from the commit of package graphite2 for openSUSE:Factory checked in at 2014-10-31 18:27:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/graphite2 (Old) and /work/SRC/openSUSE:Factory/.graphite2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "graphite2" Changes: -------- --- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes 2014-01-30 09:02:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2014-10-31 18:27:23.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 21 18:51:12 UTC 2014 - dmueller@suse.com + +- add link-gcc-shared.diff: link -lgcc_s to fix undefined symbols + on various ARM architectures + +------------------------------------------------------------------- New: ---- link-gcc-shared.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ graphite2.spec ++++++ --- /var/tmp/diff_new_pack.bIlqsU/_old 2014-10-31 18:27:27.000000000 +0100 +++ /var/tmp/diff_new_pack.bIlqsU/_new 2014-10-31 18:27:27.000000000 +0100 @@ -28,6 +28,7 @@ Source1: baselibs.conf Patch0: no-specific-nunit-version.diff Patch1: soname.diff +Patch2: link-gcc-shared.diff BuildRequires: asciidoc BuildRequires: cmake BuildRequires: fontconfig-devel @@ -78,6 +79,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 %build %cmake \ ++++++ link-gcc-shared.diff ++++++ --- src/CMakeLists.txt +++ src/CMakeLists.txt @@ -121,7 +121,7 @@ if (GRAPHITE2_ASAN) target_link_libraries(graphite2 c gcc_s) else (GRAPHITE2_ASAN) - target_link_libraries(graphite2 c gcc) + target_link_libraries(graphite2 c gcc_s) endif (GRAPHITE2_ASAN) include(Graphite) nolib_test(stdc++ $<TARGET_SONAME_FILE:graphite2>) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de