diff options
Diffstat (limited to 'dev-libs/liborcus/files/liborcus-0.5.1-linking.patch')
-rw-r--r-- | dev-libs/liborcus/files/liborcus-0.5.1-linking.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/liborcus/files/liborcus-0.5.1-linking.patch b/dev-libs/liborcus/files/liborcus-0.5.1-linking.patch new file mode 100644 index 000000000000..f9cb64d9b7a8 --- /dev/null +++ b/dev-libs/liborcus/files/liborcus-0.5.1-linking.patch @@ -0,0 +1,13 @@ +diff -urN liborcus-0.5.1/src/parser/Makefile.am liborcus-0.5.1.new/src/parser/Makefile.am +--- liborcus-0.5.1/src/parser/Makefile.am 2013-04-12 16:25:03.000000000 +0200 ++++ liborcus-0.5.1.new/src/parser/Makefile.am 2013-04-23 19:45:47.794480191 +0200 +@@ -20,7 +20,8 @@ + + liborcus_parser_@ORCUS_API_VERSION@_la_LDFLAGS = -no-undefined + liborcus_parser_@ORCUS_API_VERSION@_la_LIBADD = \ +- $(ZLIB_LIBS) ++ $(BOOST_SYSTEM_LIB) \ ++ $(ZLIB_LIBS) + + EXTRA_PROGRAMS = \ + parser-test-string-pool \ |