From a0a3c53d3598d443fa6f767ea8c9782464e8a062 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sun, 2 Aug 2020 05:00:52 -0400 Subject: [PATCH 06/19] gnu: texlive-bin: Recompile with -fPIC. * gnu/packages/tex.scm (texlive-bin) [arguments]<#:configure-flags> [CFLAGS]: New flag. --- gnu/packages/tex.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 47645a3e34..fd69e57e8c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -320,7 +320,8 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use. (arguments `(#:out-of-source? #t #:configure-flags - '("--disable-static" + '("CFLAGS=-fPIC" + "--disable-static" "--disable-native-texlive-build" "--with-system-cairo" "--with-system-freetype2" -- 2.28.0