summaryrefslogtreecommitdiffstats
path: root/external/libodfgen/libodfgen-bundled-soname.patch.0
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-08-07 11:33:13 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-07 12:38:53 +0000
commitcc22b245bee8b6d243c22f73b8715f12ebd03f88 (patch)
tree2c455973fa3bb2f79c69d2c18c5196af777c8fa1 /external/libodfgen/libodfgen-bundled-soname.patch.0
parenttdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxx (diff)
downloadcore-cc22b245bee8b6d243c22f73b8715f12ebd03f88.tar.gz
core-cc22b245bee8b6d243c22f73b8715f12ebd03f88.zip
libodfgen bundled soname patch
Change-Id: I09f0528420577e4b417ee4e39a52150777910d13 Reviewed-on: https://gerrit.libreoffice.org/17569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'external/libodfgen/libodfgen-bundled-soname.patch.0')
-rw-r--r--external/libodfgen/libodfgen-bundled-soname.patch.011
1 files changed, 11 insertions, 0 deletions
diff --git a/external/libodfgen/libodfgen-bundled-soname.patch.0 b/external/libodfgen/libodfgen-bundled-soname.patch.0
new file mode 100644
index 000000000000..297cd303f26c
--- /dev/null
+++ b/external/libodfgen/libodfgen-bundled-soname.patch.0
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2015-08-07 11:26:16.388774624 +0200
++++ src/Makefile.in 2015-08-07 11:27:01.428773852 +0200
+@@ -372,7 +372,7 @@
+ AM_CXXFLAGS = -I$(top_srcdir)/inc/ $(REVENGE_CFLAGS) $(DEBUG_CXXFLAGS) -DLIBODFGEN_BUILD
+ libodfgen_@LIBODFGEN_MAJOR_VERSION@_@LIBODFGEN_MINOR_VERSION@_la_LIBADD = @LIBODFGEN_WIN32_RESOURCE@ $(REVENGE_LIBS)
+ libodfgen_@LIBODFGEN_MAJOR_VERSION@_@LIBODFGEN_MINOR_VERSION@_la_DEPENDENCIES = @LIBODFGEN_WIN32_RESOURCE@
+-libodfgen_@LIBODFGEN_MAJOR_VERSION@_@LIBODFGEN_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined
++libodfgen_@LIBODFGEN_MAJOR_VERSION@_@LIBODFGEN_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined -release lo
+ libodfgen_@LIBODFGEN_MAJOR_VERSION@_@LIBODFGEN_MINOR_VERSION@_la_SOURCES = \
+ DocumentElement.cxx \
+ DocumentElement.hxx \