diff options
author | Tomáš Chvátal <tchvatal@suse.com> | 2016-03-02 18:21:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-03-03 10:41:18 +0000 |
commit | 1f182f130edeb8282f0e7e325fb823200f2db34a (patch) | |
tree | 3d9dba293040d9ed7d00809e4d0d36fb444e0870 /external | |
parent | 8fb170cbe929fcbf85b24284bf31ec6b06150fbe (diff) |
Update etonyek patch to apply with sle11 patch
Change-Id: I86b43ba29a6b7d0d4c36491234c3354c3d6edf0c
Reviewed-on: https://gerrit.libreoffice.org/22838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/libetonyek/libetonyek-bundled-soname.patch.0 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/external/libetonyek/libetonyek-bundled-soname.patch.0 b/external/libetonyek/libetonyek-bundled-soname.patch.0 index 753e384a9802..122763d9fc17 100644 --- a/external/libetonyek/libetonyek-bundled-soname.patch.0 +++ b/external/libetonyek/libetonyek-bundled-soname.patch.0 @@ -1,9 +1,11 @@ ---- src/lib/Makefile.in.orig 2015-08-07 10:51:32.494810336 +0200 -+++ src/lib/Makefile.in 2015-08-07 10:51:55.493809942 +0200 -@@ -463,5 +463,5 @@ +--- src/lib/Makefile.in.orig 2016-01-12 19:21:24.000000000 +0100 ++++ src/lib/Makefile.in 2016-03-02 18:19:52.214551270 +0100 +@@ -538,7 +538,7 @@ + + libetonyek_@ETONYEK_MAJOR_VERSION@_@ETONYEK_MINOR_VERSION@_la_LIBADD = libetonyek_internal.la $(REVENGE_LIBS) $(LANGTAG_LIBS) $(XML_LIBS) $(ZLIB_LIBS) @LIBETONYEK_WIN32_RESOURCE@ libetonyek_@ETONYEK_MAJOR_VERSION@_@ETONYEK_MINOR_VERSION@_la_DEPENDENCIES = libetonyek_internal.la @LIBETONYEK_WIN32_RESOURCE@ -libetonyek_@ETONYEK_MAJOR_VERSION@_@ETONYEK_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined +libetonyek_@ETONYEK_MAJOR_VERSION@_@ETONYEK_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined -release lo libetonyek_@ETONYEK_MAJOR_VERSION@_@ETONYEK_MINOR_VERSION@_la_SOURCES = \ EtonyekDocument.cpp - + |