|
From: | Ludovic Courtès |
Subject: | [bug#30733] [PATCH staging 1/3] gnu: evolution-data-server: Update to 3.26.6. |
Date: | Wed, 07 Mar 2018 13:57:20 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi! Marius Bakke <address@hidden> skribis: > * gnu/packages/gnome.scm (evolution-data-server): Update to 3.26.6. > [arguments]: Set RUNPATH in #:configure-flags to match new libdir structure. > Add phase 'dont-override-rpath' to make the build system respect it. LGTM! > + (let* ((lib (string-append (assoc-ref %outputs "out") > + "/lib")) > + (runpaths (map (lambda (s) (string-append > + lib "/evolution-data-server/" s)) > + '("addressbook-backends" "calendar-backends" > + "camel-providers" "credential-modules" > + "registry-modules")))) [...] > + (string-append "-DCMAKE_INSTALL_RPATH=" lib ";" > + (string-append lib "/evolution-data-server;") > + (string-join runpaths ";")) [...] > + (add-before 'configure 'dont-override-rpath > + (lambda _ > + (substitute* "CMakeLists.txt" > + (("SET\\(CMAKE_INSTALL_RPATH .*") "")) Is this because cmake fails to determine the right RUNPATH? Perhaps add a short comment about this. Thanks! Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |