summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/networkmanager/files/makefile-fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:11 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:57 +0100
commitd62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch)
treef36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta-extras/packages/networkmanager/files/makefile-fix.patch
parentcaab7fc509bf27706ff3248689f6afd04225cfda (diff)
downloadast2050-yocto-poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.zip
ast2050-yocto-poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-extras/packages/networkmanager/files/makefile-fix.patch')
-rw-r--r--meta-extras/packages/networkmanager/files/makefile-fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-extras/packages/networkmanager/files/makefile-fix.patch b/meta-extras/packages/networkmanager/files/makefile-fix.patch
new file mode 100644
index 0000000..5fbbf3a
--- /dev/null
+++ b/meta-extras/packages/networkmanager/files/makefile-fix.patch
@@ -0,0 +1,17 @@
+This line causes libtool to try and create a program which fails since there is no
+main(). This is hidden with libtool 1.5.10 but appears with 2.2.2.
+
+RP - 14/4/08
+
+Index: trunk/src/ppp-manager/Makefile.am
+===================================================================
+--- trunk.orig/src/ppp-manager/Makefile.am 2008-04-14 23:00:54.000000000 +0100
++++ trunk/src/ppp-manager/Makefile.am 2008-04-14 23:01:24.000000000 +0100
+@@ -25,7 +25,6 @@
+ $(top_builddir)/src/marshallers/libmarshallers.la
+
+ nm_pppd_plugindir = $(libdir)
+-nm_pppd_plugin_PROGRAMS = nm-pppd-plugin.so
+
+ nm_pppd_plugin_so_SOURCES = \
+ nm-pppd-plugin.c \
OpenPOWER on IntegriCloud