From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: kde: Add kdelibs. Date: Wed, 5 Nov 2014 22:18:18 +0100 Message-ID: <20141105211818.GA1181@debian> References: <87tx2d2ykt.fsf@gnu.org> <87ioitwfxf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7yK-0006Hq-Kc for guix-devel@gnu.org; Wed, 05 Nov 2014 16:18:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm7yD-0000PJ-4x for guix-devel@gnu.org; Wed, 05 Nov 2014 16:18:32 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:51105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7yC-0000P9-RF for guix-devel@gnu.org; Wed, 05 Nov 2014 16:18:25 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel On Wed, Nov 05, 2014 at 10:00:12PM +0100, Federico Beffa wrote: > I'm using glib-or-gtk-build-system (which I'm refining). So, it is > mostly the gnu-build-system. But, in the end of the day, the option is > just a parameter for the linker and I thought it may help... but maybe > not. It definitely sounds like a good idea. We could add the rpath linker flags for Qt and for KDE via -DCMAKE_SHARED_LINKER_FLAGS and -DCMAKE_EXE_LINKER_FLAGS to the kde build system. I would like to give it a try. Andreas