summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorThomas Orgis2016-03-07 02:59:52 +0100
committerThomas Orgis2016-03-07 02:59:52 +0100
commit4f51ec7e6303451567f8c751f998b7f1d9000039 (patch)
tree23ee0ce1ae8a31b0364474435182012b6a3ffdab /latex
parent3a07b1c75940cc7b403701314383ec860600aa07 (diff)
texlive: install shared libs
Diffstat (limited to 'latex')
-rwxr-xr-xlatex/texlive/BUILD1
-rwxr-xr-xlatex/texlive/DETAILS2
-rw-r--r--latex/texlive/HISTORY2
3 files changed, 4 insertions, 1 deletions
diff --git a/latex/texlive/BUILD b/latex/texlive/BUILD
index 25612aa17a..30a9295bbb 100755
--- a/latex/texlive/BUILD
+++ b/latex/texlive/BUILD
@@ -18,6 +18,7 @@ cd "$COMPILE_DIRECTORY" &&
--disable-multiplatform \
--without-x \
--disable-native-texlive-build \
+ --disable-static --enable-shared \
--with-banner-add="/Source Mage GNU/Linux" \
$OPTS &&
make_single &&
diff --git a/latex/texlive/DETAILS b/latex/texlive/DETAILS
index 96d3c9973f..cea06ff34b 100755
--- a/latex/texlive/DETAILS
+++ b/latex/texlive/DETAILS
@@ -1,6 +1,6 @@
SPELL=texlive
VERSION=20150521
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE="${SPELL}-${VERSION}-source.tar.xz"
SOURCE_URL[0]=ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/${SOURCE}
SOURCE_HASH=sha512:9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 68fafaf23f..42c0832379 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -3,6 +3,8 @@
as the latter is no more with current texlive-texmf.
Also work around wandering kpathsea/c-auto.h, which others need.
* DETAILS: PATCHLEVEL++
+ * BUILD: install shared libs, to fix stupid users like evince;
+ static libs disabled since TeX stuff is so intertangled anyway
2016-02-28 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: updated spell to 20150521