From b008d7f15adef97f946c64a866b09c73b37a883c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 10 Feb 2010 17:11:28 +0000 Subject: [PATCH] Fix DSO linking --- gnome-settings-daemon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 6518494..7ce737f 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -56,7 +56,7 @@ developing applications that use %{name}. %build # https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking -export LIBS="-lX11" +export LIBS="-lX11 -lm" %configure --enable-static=no --enable-profiling --disable-esd make %{?_smp_mflags}