From ff1333a344ef12749980e3d0e11cf9ee4ef08332 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Feb 13 2010 19:37:01 +0000 Subject: - Add -lm to linker flags to fix ImplicitDSOLinking (#565165) --- diff --git a/atomix.spec b/atomix.spec index 2c1df25..0d3206e 100644 --- a/atomix.spec +++ b/atomix.spec @@ -1,6 +1,6 @@ Name: atomix Version: 2.14.0 -Release: 7.1 +Release: 8.1 Summary: Puzzle game: Build molecules out of isolated atoms Group: Amusements/Games @@ -27,6 +27,7 @@ Amiga game Atomix and uses the GNOME libraries. %setup -q %build +export LDFLAGS="${LDFLAGS} -lm" %configure # gnome bz#334319 -- translations don't get built; workaround that sed -i 's!^SOURCES = !&\n'"$(grep "^CATALOGS" po/Makefile.in)"'!' po/Makefile @@ -70,6 +71,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Sat Feb 13 2010 Thorsten Leemhuis - 2.14.0-8 +- Add -lm to linker flags to fix ImplicitDSOLinking (#565165) + * Fri Jul 24 2009 Fedora Release Engineering - 2.14.0-7.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild