- fix nm-connection-editor for the stricter ld, need -lm (fixes FTBFS)
This commit is contained in:
parent
f92c0de1e9
commit
06d43b082c
@ -393,6 +393,7 @@ fi
|
|||||||
- don't autostart in KDE on F13+ (#541353)
|
- don't autostart in KDE on F13+ (#541353)
|
||||||
- validate the autostart .desktop file
|
- validate the autostart .desktop file
|
||||||
- fix nmcli-build.patch hack for the stricter ld (fixes FTBFS)
|
- 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
|
* Fri Jan 29 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.2.git20100129
|
||||||
- core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663)
|
- core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663)
|
||||||
|
@ -44,7 +44,8 @@ diff -up NetworkManager-0.7.999/network-manager-applet-0.7.999/src/connection-ed
|
|||||||
+ $(NMA_LIBS) \
|
+ $(NMA_LIBS) \
|
||||||
+ -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
|
+ -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.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
|
gladedir = $(datadir)/nm-applet
|
||||||
glade_DATA = \
|
glade_DATA = \
|
||||||
|
Loading…
Reference in New Issue
Block a user