guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

240/402: gnu: texlive-bin: Recompile with -fPIC.


From: guix-commits
Subject: 240/402: gnu: texlive-bin: Recompile with -fPIC.
Date: Tue, 18 Aug 2020 16:47:48 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit a152861c7476c38e162dba2d6972e15c334338e8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sun Aug 2 05:00:52 2020 -0400

    gnu: texlive-bin: Recompile with -fPIC.
    
    * gnu/packages/tex.scm (texlive-bin) [arguments]<#:configure-flags>[CFLAGS]:
    New flag.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 c4f9f6c..a2b8b16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -321,7 +321,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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]