diff options
-rw-r--r-- | src/patchsets/libwww/5.4.0/50_all_libwww-5.4.0-expat-linkage.patch | 12 |
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 + |