From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] python-lzo + python-lz4 Date: Sat, 24 Sep 2016 20:12:42 +0200 Message-ID: <20160924201242.3989a0fb@scratchpost.org> References: <8760pl5nda.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnrRZ-0001Sn-GP for guix-devel@gnu.org; Sat, 24 Sep 2016 14:12:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnrRV-0004Jb-AJ for guix-devel@gnu.org; Sat, 24 Sep 2016 14:12:56 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:57162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnrRV-0004If-3r for guix-devel@gnu.org; Sat, 24 Sep 2016 14:12:53 -0400 In-Reply-To: <8760pl5nda.fsf@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org On Sat, 24 Sep 2016 15:27:45 +0000 ng0 wrote: > lz4: builds. lzo: I don't know how to make it find lzo headers, help > requested. python-lzo-1.11/setup.py hard-codes /usr/include/lzo . Substitute that by (assoc-ref inputs "lzo") or something. Probably also set -Wl,-rpath there. When testing, make sure to not have lzo in your profile.