diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-07 17:54:33 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-07 17:55:12 +0100 |
commit | 20e56bce4f4c951365b53e8c44d464a17f2ce79f (patch) | |
tree | 2b9c8edd26e8342b4c6b22e035b233136a8b3e44 /recipes/connman/files | |
parent | ef45af9139fe61af484f950477b97b57de16e4b5 (diff) |
connman: use libnl2
Diffstat (limited to 'recipes/connman/files')
-rw-r--r-- | recipes/connman/files/link-against-libnl2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/connman/files/link-against-libnl2.patch b/recipes/connman/files/link-against-libnl2.patch new file mode 100644 index 0000000000..5be1618209 --- /dev/null +++ b/recipes/connman/files/link-against-libnl2.patch @@ -0,0 +1,13 @@ +Index: connman-0.46/configure.ac +=================================================================== +--- connman-0.46.orig/configure.ac ++++ connman-0.46/configure.ac +@@ -326,7 +326,7 @@ + AC_ARG_ENABLE(tools, AC_HELP_STRING([--enable-tools], + [enable testing tools]), [enable_tools=${enableval}]) + if (test "${enable_tools}" = "yes"); then +- PKG_CHECK_MODULES(NETLINK, libnl-1, dummy=yes, ++ PKG_CHECK_MODULES(NETLINK, libnl-2.0, dummy=yes, + AC_MSG_ERROR(Netlink library is required)) + AC_SUBST(NETLINK_CFLAGS) + AC_SUBST(NETLINK_LIBS) |