summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-06-11 11:23:43 +0000
committerPeter Volkov <pva@gentoo.org>2010-06-11 11:23:43 +0000
commit5eedecb74ee8abc3b8d8652239c573471c01dcba (patch)
tree7ec7e73358176fecb86a775814328d078271b40c /src/patchsets/libwww
parentAutomated update of outdated-cpan-packages.xml (diff)
downloadgentoo-5eedecb74ee8abc3b8d8652239c573471c01dcba.tar.gz
gentoo-5eedecb74ee8abc3b8d8652239c573471c01dcba.tar.bz2
gentoo-5eedecb74ee8abc3b8d8652239c573471c01dcba.zip
Add fix for bug #323531.
Diffstat (limited to 'src/patchsets/libwww')
-rw-r--r--src/patchsets/libwww/5.4.0/50_all_libwww-5.4.0-expat-linkage.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/patchsets/libwww/5.4.0/50_all_libwww-5.4.0-expat-linkage.patch b/src/patchsets/libwww/5.4.0/50_all_libwww-5.4.0-expat-linkage.patch
new file mode 100644
index 0000000000..0422772613
--- /dev/null
+++ b/src/patchsets/libwww/5.4.0/50_all_libwww-5.4.0-expat-linkage.patch
@@ -0,0 +1,12 @@
+=== modified file 'modules/expat/xmlparse/Makefile.am'
+--- modules/expat/xmlparse/Makefile.am 2010-06-11 10:39:45 +0000
++++ modules/expat/xmlparse/Makefile.am 2010-06-11 10:58:48 +0000
+@@ -18,6 +18,7 @@
+ xmlparse.c
+
+ libxmlparse_la_LDFLAGS = -rpath $(libdir)
++libxmlparse_la_LIBADD = -lexpat
+
+ pkginclude_HEADERS = \
+ xmlparse.h
+