[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29602: [PATCH] gnu: keepassxc: Always install libraries to /lib.
From: |
Ludovic Courtès |
Subject: |
bug#29602: [PATCH] gnu: keepassxc: Always install libraries to /lib. |
Date: |
Fri, 08 Dec 2017 10:48:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Rutger Helling <address@hidden> skribis:
> From fdfc9dec4761d4868ee20be2efa5cb6175eb745a Mon Sep 17 00:00:00 2001
> From: Rutger Helling <address@hidden>
> Date: Thu, 7 Dec 2017 09:21:22 +0100
> Subject: [PATCH] gnu: keepassxc: Always install libraries to /lib.
>
> * gnu/packages/password-utils.scm (keepassxc)[arguments]: Add
> #:configure-flags
> argument to force installing libraries to /lib.
Applied, thanks.
> + (arguments
> + `(#:configure-flags
> + (list (string-append "-DCMAKE_INSTALL_LIBDIR="
> + (assoc-ref %outputs "out") "/lib"))))
At some point we should probably fix ‘cmake-build-system’. Thoughts?
Ludo’.