David Hashe <david.ha...@dhashe.com> skribis: > From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 > From: David Hashe <david.ha...@dhashe.com> > 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’.