- 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:
Kevin Kofler 2010-02-09 22:48:31 +00:00
parent 09da2aa657
commit ee6541a10b
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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})