summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2015-04-13 14:08:07 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2015-04-13 14:08:07 +0000
commitc5ebcb9d244e6a96a8d03affac30ffb03be0e694 (patch)
tree75363d922188b272a250d3a6dc2ebe231e3d3b78 /Build
parent8e2edd7b20e7d7a408912e7181087852cc316e84 (diff)
sparc-solaris: xz 5.2.1
git-svn-id: svn://tug.org/texlive/trunk@36837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/README.solaris22
1 files changed, 19 insertions, 3 deletions
diff --git a/Build/source/README.solaris b/Build/source/README.solaris
index 170153998b5..f93ee54f4bf 100644
--- a/Build/source/README.solaris
+++ b/Build/source/README.solaris
@@ -53,9 +53,9 @@ export LD_OPTIONS="-M $PWD/mapfile"
And the following configuration was used to get rid of dependencies (which are not installed on Solaris by default):
> ./configure --enable-ipv6 --disable-iri --disable-nls \
- --disable-ntlm --disable-pcre --without-libiconv-prefix \
- --without-libintl-prefix --without-libuuid --without-libpsl \
- --without-ssl --without-zlib
+ --disable-ntlm --disable-pcre --without-libiconv-prefix \
+ --without-libintl-prefix --without-libuuid --without-libpsl \
+ --without-ssl --without-zlib
The binary was built with gcc 4.9.2.
@@ -69,5 +69,21 @@ The binary was built with gcc 4.9.2.
GNU Wget 1.16.3 built on solaris2.10.
+digest -https +ipv6 -iri +large-file -nls -ntlm +opie -psl -ssl
+Building xz
+===========
+
+The version 5.2.1 of xz would likewise depend on SUNW_1.22.6 by default, so we used the same hack with a map file to make it work on slightly older systems.
+
+> export LD_OPTIONS="-M $PWD/mapfile"
+> ./configure --disable-nls --disable-shared
+
+> pvs Master/tlpkg/installer/xz/xz.sparc-solaris
+ librt.so.1 (SUNW_1.2);
+ libpthread.so.1 (SUNW_1.2);
+ libc.so.1 (SUNW_1.22);
+> pvs Master/tlpkg/installer/xz/xzdec.sparc-solaris
+ libc.so.1 (SUNW_1.22);
+
+
In case that binaries should run on even older systems, users should report problems and we can target even older systems by patching the mapfile.