summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-23 22:20:25 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 00:24:15 +0200
commit30e1d4c0a9202d5c8057efdb0bfda11f46a25251 (patch)
tree2f07b023e387af72579c20e225984c2e7121796d /scp2
parent25f65f26a25e1ca275e54b9f62c45c7e872adec9 (diff)
curl: libcurl.so.4 goes into instset, not libcurl.so!
Currently we ship a libucpftp1.so with NEEDED libcurl.so.4 but that file is not actually in the instset, just a libcurl.so with SONAME libcurl.so.4. (regression in LO 4.0.0) Change-Id: I3a194c83c408587dd83ed4c690aa381664040c6f
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 3bf6ec93333b..d8245c93f989 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -92,7 +92,7 @@ File gid_File_Lib_Curl
#ifdef MACOSX
Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX));
#else
- Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
+ Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4));
#endif
#else
#ifdef _gcc3