- fix nmcli-build.patch hack for the stricter ld (fixes FTBFS)
(but why are we patching nmcli to build in the NetworkManager tree at all, as opposed to packaging it separately as it appears to be designed to?)
This commit is contained in:
parent
09da2aa657
commit
ee6541a10b
@ -392,6 +392,7 @@ fi
|
||||
* Tue Feb 09 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.8-0.3.git20100129
|
||||
- don't autostart in KDE on F13+ (#541353)
|
||||
- validate the autostart .desktop file
|
||||
- fix nmcli-build.patch hack for the stricter ld (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)
|
||||
|
@ -27,4 +27,4 @@ diff -up NetworkManager-0.7.999/nmcli/src/CMakeLists.txt.foo NetworkManager-0.7.
|
||||
ADD_EXECUTABLE (nmcli ${NMCLI_SRC})
|
||||
|
||||
-TARGET_LINK_LIBRARIES (nmcli ${LIBNM_LIBRARIES})
|
||||
+TARGET_LINK_LIBRARIES (nmcli -L../../libnm-util/.libs/ -L../../libnm-glib/.libs/ -lnm-glib -lnm-util -lnm-glib-vpn)
|
||||
+TARGET_LINK_LIBRARIES (nmcli -L../../libnm-util/.libs/ -L../../libnm-glib/.libs/ -lnm-glib -lnm-util -lnm-glib-vpn ${DBUS_GLIB_LIBRARIES})
|
||||
|
Loading…
Reference in New Issue
Block a user