From patchwork Sun Oct 19 18:04:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 400813 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 2A7D4140096 for ; Mon, 20 Oct 2014 05:05:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F321095088; Sun, 19 Oct 2014 18:05:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WL6dggS84JG0; Sun, 19 Oct 2014 18:05:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CDC34953EC; Sun, 19 Oct 2014 18:05:30 +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 761D71C1E6B for ; Sun, 19 Oct 2014 18:05:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7007527A0E for ; Sun, 19 Oct 2014 18:05:17 +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 mw3qSgQPKvIW for ; Sun, 19 Oct 2014 18:05:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by silver.osuosl.org (Postfix) with ESMTPS id 037C324679 for ; Sun, 19 Oct 2014 18:05:15 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hi2so4620322wib.2 for ; Sun, 19 Oct 2014 11:05:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=oj8SCipEKo2vr9v6EKU/T3asHsgOQSGLj8TJrL6wkiQ=; b=r+Y/zu7lZuOOp2F7gS2P9f0X1Z4Sm79uNwEWNrfdEbvAEbpUpcoOKwZLt3NuPxpgLZ LiT/rwKR4jRrvrZRsFxu2cZ+f4irSbM7DqORTStMDQJ59JLbkkSyjc16QFowvfxSZKvT jfCYUcZS/WTfHeg9+fzUx/o7hl2XoM+4lO64kLY1Qa/eHAcEbEURed9BdfiuXSyJpqDG FWhiZrFd6gM+Z3Yppdmbrc6Ae7GlCLnzZtPb8tHYHW+uiVRAbL9rJFs6SOhUr+J33cjS XRzUM9fWDmCQPGunlKvpR1zC6oKH5J6cbvlPXae5OzglBs0r7ju9qNWZaVV9hMlQJwl3 5Z2w== X-Received: by 10.194.189.239 with SMTP id gl15mr26658779wjc.8.1413741914549; Sun, 19 Oct 2014 11:05:14 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id y5sm6926927wij.0.2014.10.19.11.05.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Oct 2014 11:05:13 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 19 Oct 2014 20:04:47 +0200 Message-Id: <1413741891-30113-12-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> References: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 11/15] package/libuci: cleanup configure options 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" Make BUILD_LUA assignation symetrical. Signed-off-by: Samuel Martin --- package/libuci/libuci.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk index 12e07fc..a78048d 100644 --- a/package/libuci/libuci.mk +++ b/package/libuci/libuci.mk @@ -12,7 +12,8 @@ LIBUCI_DEPENDENCIES = libubox ifeq ($(BR2_PACKAGE_LUA_5_1),y) LIBUCI_DEPENDENCIES += lua -LIBUCI_CONF_OPTS += -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \ +LIBUCI_CONF_OPTS += -DBUILD_LUA=ON \ + -DLUAPATH=$(STAGING_DIR)/usr/lib/lua/5.1 \ -DLUA_CFLAGS=-I$(STAGING_DIR)/usr/include else LIBUCI_CONF_OPTS += -DBUILD_LUA=OFF