From: Philip Balister <philip opensdr com> Date: Wed, 4 May 2011 18:24:49 -0400 This patch is used in OpenEmbedded [1] since commit 73593c5b [2][3]. [1] http://www.openembedded.org/ [2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/networkmanager/networkmanager/0002-respect-libnl-flags-also-in-dns-manager.patch?id=73593c5b1c4d84cde5c8b5c17cde0ce9c7a89f7c [3] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=73593c5b1c4d84cde5c8b5c17cde0ce9c7a89f7c Signed-off-by: Philip Balister <philip balister org> --- src/dns-manager/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/dns-manager/Makefile.am b/src/dns-manager/Makefile.am index 7b5fc4f..b51f667 100644 --- a/src/dns-manager/Makefile.am +++ b/src/dns-manager/Makefile.am @@ -19,12 +19,14 @@ libdns_manager_la_SOURCES = \ nm-dns-utils.c libdns_manager_la_CPPFLAGS = \ + $(LIBNL_CFLAGS) \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ -DLOCALSTATEDIR=\"$(localstatedir)\" libdns_manager_la_LIBADD = \ $(top_builddir)/src/logging/libnm-logging.la \ + $(LIBNL_LIBS) \ $(DBUS_LIBS) \ $(GLIB_LIBS) -- 1.7.3.4
Attachment:
signature.asc
Description: This is a digitally signed message part