From patchwork Tue Mar 3 09:17:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 445594 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id AFBF01400F1 for ; Tue, 3 Mar 2015 20:18:21 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=l+MBHztL; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 032AD3342D; Tue, 3 Mar 2015 09:18:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NHoY8aDY6g0P; Tue, 3 Mar 2015 09:18:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C251333545; Tue, 3 Mar 2015 09:18:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id DA72E1C2986 for ; Tue, 3 Mar 2015 09:18:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CFEF2A2D26 for ; Tue, 3 Mar 2015 09:18:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNXJLYeWSfRe for ; Tue, 3 Mar 2015 09:18:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 6F536A2D63 for ; Tue, 3 Mar 2015 09:18:07 +0000 (UTC) Received: by padbj1 with SMTP id bj1so26045958pad.11 for ; Tue, 03 Mar 2015 01:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=WNEdYgEgsJHberllA/4c6DspXXsHVbKpWJC9Zq1yHcY=; b=l+MBHztL+tBen2pmDFN9jP51e22W0IkQp/iuYsXVoagAxw3lVqHNmZMSnMAWcvrIjp EY074EBeAkz+lXIvpTI9aC+docAWrNL2u+YA4EGztsnFZv8V7+qscfxwNprWTdASX00H iLiGH2+Ss4dpNJIV9sxTkNZNr5hcai13XUMs3fxF1gKTfV7ZQwIPUuPk3+gtIzAC3BTA IDxAmITyq2x3i86NnA0vx59FZVeOgNHcYl2M5HqaReIuSCAmFW7xZmvJV4ZHJGbB1LNL 8ogYBF4BBcirm62JnmlgwxIzT0ku0BeY8pC4Q5y5C8PO+kW+FTH4ZND/Sbatr5s9DRvQ SHiQ== X-Received: by 10.70.128.15 with SMTP id nk15mr53553372pdb.121.1425374287266; Tue, 03 Mar 2015 01:18:07 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id fs13sm323638pdb.38.2015.03.03.01.18.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 01:18:06 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 3 Mar 2015 10:17:13 +0100 Message-Id: <1425374255-6827-9-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.1 In-Reply-To: <1425374255-6827-1-git-send-email-fabio.porcedda@gmail.com> References: <1425374255-6827-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [RFC v3 08/30] fbv: use TARGET_LDFLAGS X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is in order to support the per-package staging directory. Signed-off-by: Fabio Porcedda --- package/fbv/fbv.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk index 8788b0e..d46bcac 100644 --- a/package/fbv/fbv.mk +++ b/package/fbv/fbv.mk @@ -12,7 +12,7 @@ FBV_LICENSE_FILES = COPYING ### image format dependencies and configure options FBV_DEPENDENCIES = # empty -FBV_CONFIGURE_OPTS = # empty +FBV_CONFIGURE_OPTS = --libs="$(TARGET_LDFLAGS)" ifeq ($(BR2_PACKAGE_FBV_PNG),y) FBV_DEPENDENCIES += libpng