From 06d43b082c51ee102c9c522fb2e15625ec2964ec Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 9 Feb 2010 23:09:41 +0000 Subject: [PATCH] - fix nm-connection-editor for the stricter ld, need -lm (fixes FTBFS) --- NetworkManager.spec | 1 + nm-applet-internal-buildfixes.patch | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NetworkManager.spec b/NetworkManager.spec index 15c0fc1..7b469ab 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -393,6 +393,7 @@ fi - don't autostart in KDE on F13+ (#541353) - validate the autostart .desktop file - fix nmcli-build.patch hack for the stricter ld (fixes FTBFS) +- fix nm-connection-editor for the stricter ld, need -lm (fixes FTBFS) * Fri Jan 29 2010 Dan Williams - 0.8-0.2.git20100129 - core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663) diff --git a/nm-applet-internal-buildfixes.patch b/nm-applet-internal-buildfixes.patch index f1ff177..8679b0f 100644 --- a/nm-applet-internal-buildfixes.patch +++ b/nm-applet-internal-buildfixes.patch @@ -44,7 +44,8 @@ diff -up NetworkManager-0.7.999/network-manager-applet-0.7.999/src/connection-ed + $(NMA_LIBS) \ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib.la \ -+ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib-vpn.la ++ -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm-glib-vpn.la \ ++ -lm gladedir = $(datadir)/nm-applet glade_DATA = \