From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghu1n-0002kl-HK for guix-patches@gnu.org; Fri, 11 Jan 2019 05:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghu1m-0001DW-Rg for guix-patches@gnu.org; Fri, 11 Jan 2019 05:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55356) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ghu1m-0001DP-Od for guix-patches@gnu.org; Fri, 11 Jan 2019 05:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ghu1m-000143-A2 for guix-patches@gnu.org; Fri, 11 Jan 2019 05:27:02 -0500 Subject: [bug#34021] [PATCH 1/1] gnu: kinit: Use KDEINIT5_LIBRARY_PATH to search for dynlibs. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190109160246.23799-1-h.goebel@crazy-compilers.com> Date: Fri, 11 Jan 2019 11:26:03 +0100 In-Reply-To: <20190109160246.23799-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Wed, 9 Jan 2019 17:02:46 +0100") Message-ID: <87o98n8p8k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 34021@debbugs.gnu.org Hello Hartmut, Hartmut Goebel skribis: > Using LIBRARY_PATH was introduced in > 16b8aff85bcdb9799496c4a27257210cd45158e5, but is wrong since > this variable is used by the compiler (gcc) at link time. > > * gnu/packages/patches/kinit-kdeinit-libpath.patch: Change > LIBRARY_PATH to KDEINIT5_LIBRARY_PATH. > * gnu/packages/kde-frameworks.scm (kinit)[native-search-paths]: > New field. LGTM, thanks! Ludo=E2=80=99.