summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-10 09:59:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-10 09:59:43 +0100
commit64f39aa2a6fecab61ff87e3ff6fb5a0864acabe8 (patch)
treeddcfb5ada2e5dfe4001aadfdcfbe5ade3c2cde7c
parent08f738f95f53271dde414cbc2408e39ae85e4830 (diff)
downloadptxdist-64f39aa2a6fecab61ff87e3ff6fb5a0864acabe8.tar.gz
ptxdist-64f39aa2a6fecab61ff87e3ff6fb5a0864acabe8.tar.xz
xmlrpc-c: realy fix building
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/xmlrpc-c-1.06.42/0007-link-all-libraries-correctly-to-avoid-undefined-refe.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/patches/xmlrpc-c-1.06.42/0007-link-all-libraries-correctly-to-avoid-undefined-refe.patch b/patches/xmlrpc-c-1.06.42/0007-link-all-libraries-correctly-to-avoid-undefined-refe.patch
index 7ec16aacf..23692706a 100644
--- a/patches/xmlrpc-c-1.06.42/0007-link-all-libraries-correctly-to-avoid-undefined-refe.patch
+++ b/patches/xmlrpc-c-1.06.42/0007-link-all-libraries-correctly-to-avoid-undefined-refe.patch
@@ -5,10 +5,24 @@ Subject: [PATCH] link all libraries correctly to avoid undefined references
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
+ lib/expat/Makefile | 2 +-
lib/expat/xmlparse/Makefile | 4 +++-
src/Makefile | 6 +++++-
- 2 files changed, 8 insertions(+), 2 deletions(-)
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+diff --git a/lib/expat/Makefile b/lib/expat/Makefile
+index 7a85187..5e0e2ca 100644
+--- a/lib/expat/Makefile
++++ b/lib/expat/Makefile
+@@ -6,7 +6,7 @@ SUBDIR = lib/expat
+ include $(SRCDIR)/Makefile.config
+
+ # Build up SUBDIRS:
+-SUBDIRS = gennmtab xmlparse xmltok
++SUBDIRS = gennmtab xmltok xmlparse
+
+ default: all
+
diff --git a/lib/expat/xmlparse/Makefile b/lib/expat/xmlparse/Makefile
index 96c0be8..572270d 100644
--- a/lib/expat/xmlparse/Makefile