From 1797f089b21c89ac86507fd5aa16bef8a2698ee7 Mon Sep 17 00:00:00 2001 From: kerongw Date: Mon, 9 May 2022 06:25:30 +0000 Subject: [PATCH] disable symbol-lookup (cherry picked from commit b4c9f7740f082c1bfe40db1a370961fce0f50c84) --- cairo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cairo.spec b/cairo.spec index 6e2aaff..7458d8e 100644 --- a/cairo.spec +++ b/cairo.spec @@ -2,7 +2,7 @@ Name: cairo Version: 1.17.4 -Release: 1 +Release: 2 Summary: A 2D graphics library License: LGPLv2 or MPLv1.1 URL: http://cairographics.org @@ -75,7 +75,7 @@ This package contains tools for working with the cairo graphics library. %build %configure --disable-static --enable-xlib --enable-ft --enable-ps \ --enable-pdf --enable-svg --enable-tee --enable-gobject \ - %{cairogl} --disable-gtk-doc + %{cairogl} --disable-gtk-doc --disable-symbol-lookup sed -i -e 's/^hardcode_libdir_flag_spec=.*/hardcode_libdir_flag_spec=""/g' \ -e 's/^runpath_var=LD_RUN_PATH/runpath_var=DIE_RPATH_DIE/g' libtool %make_build V=1 @@ -137,6 +137,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %{_libdir}/cairo/ %changelog +* Mon May 09 2022 wangkerong - 1.17.4-2 +- DESC:disable symbol-lookup,fix build failure after install binutils-devel + * Mon Nov 22 2021 hanhui - 1.17.4-1 - DESC:update to 1.17.4 -- Gitee