- fix nm-connection-editor for the stricter ld, need -lm (fixes FTBFS)

This commit is contained in:
Kevin Kofler 2010-02-09 23:09:41 +00:00
parent f92c0de1e9
commit 06d43b082c
2 changed files with 3 additions and 1 deletions

View File

@ -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 <dcbw@redhat.com> - 0.8-0.2.git20100129
- core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663)

View File

@ -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 = \