From f92c0de1e951925ac21e3ccafd043500762f9234 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Feb 09 2010 22:58:58 +0000 Subject: Oops, revert, nmcli isn't what needs -lm, nm-connection-editor is. --- diff --git a/nmcli-build.patch b/nmcli-build.patch index 6cd2f69..af884bf 100644 --- a/nmcli-build.patch +++ b/nmcli-build.patch @@ -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 ${DBUS_GLIB_LIBRARIES} -lm) ++TARGET_LINK_LIBRARIES (nmcli -L../../libnm-util/.libs/ -L../../libnm-glib/.libs/ -lnm-glib -lnm-util -lnm-glib-vpn ${DBUS_GLIB_LIBRARIES})