From patchwork Wed Mar 21 22:08:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 148095 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id ABBF8B6FA7 for ; Thu, 22 Mar 2012 09:34:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CDCB38B0CE; Wed, 21 Mar 2012 22:34:14 +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 87CEYs7a9TqM; Wed, 21 Mar 2012 22:34:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AAEE68AB2B; Wed, 21 Mar 2012 22:34:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 40C018F75B for ; Wed, 21 Mar 2012 22:31:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 397262517B for ; Wed, 21 Mar 2012 22:31:27 +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 CUTAf7U51wca for ; Wed, 21 Mar 2012 22:31:26 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by silver.osuosl.org (Postfix) with ESMTP id 1C578263E0 for ; Wed, 21 Mar 2012 22:31:26 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 186BC96928; Wed, 21 Mar 2012 22:31:26 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Wed, 21 Mar 2012 23:08:25 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: 1775ca03a09c96613c7740c9954d33c420231031 X-Git-Newrev: 5b84ec26c8981c6ab0e119b455e807152ded449a Message-Id: <20120321223126.186BC96928@busybox.osuosl.org> Subject: [Buildroot] [git commit] libconfig: bump to 1.4.8 and cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=5b84ec26c8981c6ab0e119b455e807152ded449a branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/libconfig/libconfig.mk | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk index 03825e1..8ef927b 100644 --- a/package/libconfig/libconfig.mk +++ b/package/libconfig/libconfig.mk @@ -3,13 +3,12 @@ # libconfig # ############################################################# -LIBCONFIG_VERSION:=1.4.6 -LIBCONFIG_SOURCE:=libconfig-$(LIBCONFIG_VERSION).tar.gz -LIBCONFIG_SITE:=http://www.hyperrealm.com/libconfig/ -LIBCONFIG_INSTALL_STAGING:=YES +LIBCONFIG_VERSION = 1.4.8 +LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/ +LIBCONFIG_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) -LIBCONFIG_CONF_OPT:=--disable-cxx +LIBCONFIG_CONF_OPT = --disable-cxx endif $(eval $(call AUTOTARGETS))