From patchwork Tue Sep 2 16:32:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 385226 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 0FCE214011D for ; Wed, 3 Sep 2014 02:33:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A7A528900B; Tue, 2 Sep 2014 16:33:57 +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 HbH1FOpwcqy1; Tue, 2 Sep 2014 16:33:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2F0ADA0CF6; Tue, 2 Sep 2014 16:33:57 +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 161E81CE7AD for ; Tue, 2 Sep 2014 16:33:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 116908B814 for ; Tue, 2 Sep 2014 16:33:55 +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 CGwAt39BSdHb for ; Tue, 2 Sep 2014 16:33:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5204E8B749 for ; Tue, 2 Sep 2014 16:33:54 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id l18so7172264wgh.12 for ; Tue, 02 Sep 2014 09:33:52 -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=isXD1kA2FGGsQZzHKygfBCK1dW1lVrIb0VhRyiX94VU=; b=WGndPLrbcdCfGTo1avqNI+7DGwW2EB/4QORmAbIA5jODMzmcz302Z0XAWKsxfKm9k9 iXX3piVpalSihpIeUNonGQARVanjRF1B4RKHhzo/S97a7ub4Kb2d448wmthvDoT5E2D5 ioGqO1Ndx/iyJnB1gotZz+2le0ucicQewQFRohy/g//hAMHywooToly/S+hjCGmcOTKS c2CZMO837ZP+1oyQtLNs7TVzcZ/WhZ20M/L8YzEkoHS6essBJ7pxKSk1k+g32XuBVkDW WEVICuWw6VEyxeMCm+Df0x2bTHjUm0iFb/NA8B1as2xFE5r9Rw1TXN2VKgTOh1de6Xf7 js5A== X-Received: by 10.194.75.138 with SMTP id c10mr41234440wjw.9.1409675632775; Tue, 02 Sep 2014 09:33:52 -0700 (PDT) Received: from localhost.localdomain (41.195.82.79.rev.sfr.net. [79.82.195.41]) by mx.google.com with ESMTPSA id gj3sm35395120wib.15.2014.09.02.09.33.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Sep 2014 09:33:52 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Tue, 2 Sep 2014 18:32:58 +0200 Message-Id: <1409675578-29114-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1409675578-29114-1-git-send-email-francois.perrad@gadz.org> References: <1409675578-29114-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 2/2] host-lua: compat mode not longer needed by the newest luarocks 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 Signed-off-by: Francois Perrad --- package/lua/lua.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 524f6a2..9afec6c 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -51,10 +51,6 @@ HOST_LUA_DEPENDENCIES = HOST_LUA_CFLAGS = -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX HOST_LUA_MYLIBS = -ldl -ifeq ($(BR2_PACKAGE_LUA_5_2),y) -HOST_LUA_CFLAGS += -DLUA_COMPAT_ALL -endif - define LUA_BUILD_CMDS $(MAKE) \ CC="$(TARGET_CC)" RANLIB="$(TARGET_RANLIB)" \