guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.
Date: Tue, 05 May 2015 22:05:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Hashe <address@hidden> skribis:

> From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001
> From: David Hashe <address@hidden>
> Date: Tue, 5 May 2015 01:48:28 -0500
> Subject: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.
>
> * gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to
>  lib.

Applied.

[...]

> -       #:configure-flags '("-DPORT=GTK")))
> +       #:configure-flags (list
> +                          "-DPORT=GTK"
> +                          (string-append ; uses lib64 by default
> +                           "-DLIB_INSTALL_DIR="
> +                           (assoc-ref %outputs "out") "/lib"))
> +       #:make-flags '("lib=lib"))) ; uses lib64 by default

Do you know if both are actually needed?  I would expect LIB_INSTALL_DIR
to be sufficient.

Thank you!

Ludo’.



reply via email to

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