From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: Add librdkafka. Date: Fri, 10 Jun 2016 14:31:18 +0200 Message-ID: <87eg852pk9.fsf@gnu.org> References: <1465307818-12006-1-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLay-0002xT-0p for guix-devel@gnu.org; Fri, 10 Jun 2016 08:31:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLas-000141-0Z for guix-devel@gnu.org; Fri, 10 Jun 2016 08:31:27 -0400 In-Reply-To: <1465307818-12006-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Tue, 7 Jun 2016 21:56:55 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/networking.scm (librdkafka): New variable. LGTM! > + (propagated-inputs > + `(("zlib" ,zlib))) ; in the Libs.private field of rdkafka.pc It=E2=80=99s OK to do it this way, but I find it even nicer to modify the .= pc to add an extra -L (see =E2=80=98ipopt=E2=80=99 for an example of that.) Thank you! Ludo=E2=80=99.