From patchwork Tue Jan 10 13:06:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 713250 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tyXNk6TGVz9sR9 for ; Wed, 11 Jan 2017 00:07:02 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b="KvKQXfCN"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ACEB282E6F; Tue, 10 Jan 2017 13:06:59 +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 7yHXYSrcw0iZ; Tue, 10 Jan 2017 13:06:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 89EFC84DEB; Tue, 10 Jan 2017 13:06:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D0C721C01DA for ; Tue, 10 Jan 2017 13:06:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CB55A84DEB for ; Tue, 10 Jan 2017 13:06:56 +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 u+qKNEA6XkX9 for ; Tue, 10 Jan 2017 13:06:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 27F9882E6F for ; Tue, 10 Jan 2017 13:06:54 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id v0AD6lj8012020 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Jan 2017 13:06:49 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar v0AD6lj8012020 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1484053611; bh=GkVfT5BR7LM9+ueUmteey/7IzdnMfzsTAASiBZNlTnM=; h=From:To:Cc:Subject:Date; b=KvKQXfCNciXUj7tOngqIRQHfnUcpOrThoD7kx+Wc9H3E36Nc3esbR4jZmxNHQH7pY Jk9zvXBVDT+iNR2rMfHalvsc836k0CYP55nK0DszNC4nSQPURVTfHMplJnxM5pXQF/ J515+dwXo5sw3nUkr0pmgcd4u4dagM3y6liAICRw= Received: by asgard (sSMTP sendmail emulation); Tue, 10 Jan 2017 10:06:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 10 Jan 2017 10:06:46 -0300 Message-Id: <20170110130646.16400-1-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] collectd: fix libgcrypt support 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" For the newer versions the collectd configure script expects libgcrypt-config as parameter rather than the location for the libgcrypt-config script. Adjust the package to account for this. Fixes: http://autobuild.buildroot.net/results/a49/a494bc905e4509528c4932f76a094b9ea8e70bd3/ Signed-off-by: Gustavo Zacarias --- package/collectd/collectd.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index 7ab7dd4..fa6ebae 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -175,8 +175,7 @@ endif # network can use libgcrypt ifeq ($(BR2_PACKAGE_LIBGCRYPT),y) COLLECTD_DEPENDENCIES += libgcrypt -COLLECTD_CONF_OPTS += --with-libgcrypt=$(STAGING_DIR)/usr -COLLECTD_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config +COLLECTD_CONF_OPTS += --with-libgcrypt=$(STAGING_DIR)/usr/bin/libgcrypt-config else COLLECTD_CONF_OPTS += --with-libgcrypt=no endif