rpms/NetworkManager/devel nmcli-build.patch,1.4,1.5

Kevin Kofler kkofler at fedoraproject.org
Tue Feb 9 22:58:59 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/NetworkManager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4752/devel

Modified Files:
	nmcli-build.patch 
Log Message:
Oops, revert, nmcli isn't what needs -lm, nm-connection-editor is.

nmcli-build.patch:
 CMakeLists.txt |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Index: nmcli-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/nmcli-build.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- nmcli-build.patch	9 Feb 2010 22:57:52 -0000	1.4
+++ nmcli-build.patch	9 Feb 2010 22:58:58 -0000	1.5
@@ -27,4 +27,4 @@ diff -up NetworkManager-0.7.999/nmcli/sr
  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})



More information about the scm-commits mailing list