From patchwork Wed Dec 10 00:40:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 419348 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9E6461400B7 for ; Wed, 10 Dec 2014 11:41:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DC6A0A21CD; Wed, 10 Dec 2014 00:41:36 +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 r1nX_DyUjjEY; Wed, 10 Dec 2014 00:41:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2DA18A21B0; Wed, 10 Dec 2014 00:41:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 53B1F1C0F20 for ; Wed, 10 Dec 2014 00:41:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5080C91A25 for ; Wed, 10 Dec 2014 00:41:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MWes7V7QRuz4 for ; Wed, 10 Dec 2014 00:41:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id D930A91A78 for ; Wed, 10 Dec 2014 00:41:31 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id sBA0fMjC025780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 Dec 2014 00:41:26 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1418172088; bh=ZOQh5izQG+6ejE6FmupMNC/xsxZHrqv81uDhWiaE+lw=; h=From:To:Cc:Subject:Date; b=OQ7Tm8SEqbuuLXZV788dfjymiOLEM1gI4yFR/dBlLXkc25tQsSSrnVuD4SSLs+rtb bymtDo3aWaC6aNFLybC+1f04hsbmzP+x5+lJAuo2AwEDQwRL4feQ1H0fRaokSDug5Y 8zPDvhCYkBpKrc7KHku7pSB32cU011WrsjCma5aA= Received: by asgard (sSMTP sendmail emulation); Tue, 09 Dec 2014 21:40:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 9 Dec 2014 21:40:06 -0300 Message-Id: <1418172006-18113-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] wget: add host-pkgconf dependency 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" Uses pkgconfig since 1.16.1+ to find libraries. Signed-off-by: Gustavo Zacarias --- package/wget/wget.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/wget/wget.mk b/package/wget/wget.mk index b19c987..bd8e378 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -7,6 +7,7 @@ WGET_VERSION = 1.16.1 WGET_SOURCE = wget-$(WGET_VERSION).tar.xz WGET_SITE = $(BR2_GNU_MIRROR)/wget +WGET_DEPENDENCIES = host-pkgconf WGET_LICENSE = GPLv3+ WGET_LICENSE_FILES = COPYING