Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3973
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/3973/1
Create liblcms2.so.2 as a real library in solver.
There was just a broken symbolic link
liblcms2.so.2 -> liblcms2.so.2.0.4 in installation.
Change-Id: If7425131373a6521e802c85d53fbee6a792b1604
---
M lcms2/ExternalPackage_lcms2.mk
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lcms2/ExternalPackage_lcms2.mk b/lcms2/ExternalPackage_lcms2.mk
index 790c590..9634571 100644
--- a/lcms2/ExternalPackage_lcms2.mk
+++ b/lcms2/ExternalPackage_lcms2.mk
@@ -27,8 +27,6 @@
endif
else
$(eval $(call gb_ExternalPackage_add_file,lcms2,lib/liblcms2.so,src/.libs/liblcms2.so))
-# NOTE: this is a symlink
-$(eval $(call
gb_ExternalPackage_add_library_for_install,lcms2,lib/liblcms2.so.2,src/.libs/liblcms2.so.2))
-$(eval $(call
gb_ExternalPackage_add_library_for_install,lcms2,lib/liblcms2.so.2.0.4,src/.libs/liblcms2.so.2.0.4))
+$(eval $(call
gb_ExternalPackage_add_library_for_install,lcms2,lib/liblcms2.so.2,src/.libs/liblcms2.so.2.0.4))
endif
# vim: set noet sw=4 ts=4:
--
To view, visit https://gerrit.libreoffice.org/3973
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If7425131373a6521e802c85d53fbee6a792b1604
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Matúš Kukan <matus.kukan@gmail.com>
Context
- [PATCH] Create liblcms2.so.2 as a real library in solver. · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.