From patchwork Sat Nov 17 10:05:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 199824 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 C5B972C0082 for ; Sat, 17 Nov 2012 21:06:04 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4710610B8F3; Sat, 17 Nov 2012 10:05:56 +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 ApWlAcBUXjjq; Sat, 17 Nov 2012 10:05:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1DC07101C5F; Sat, 17 Nov 2012 10:05:54 +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 110338F74A for ; Sat, 17 Nov 2012 10:06:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 89E238D07E for ; Sat, 17 Nov 2012 10:05:58 +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 982BXgjODg8o for ; Sat, 17 Nov 2012 10:05:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 73AA98D071 for ; Sat, 17 Nov 2012 10:05:57 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id s43so1547374wey.16 for ; Sat, 17 Nov 2012 02:05:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=QKZvu+5/7bPohytW2tU9WW41Cgz7xT/izPwDdjczEfA=; b=YYUdJzhKIOQPB9V2SXYUN+Wtsdc87Zc4cko3oQuTNNtsOBn94xWY9UoZwxO1W/xIL5 9CCjAL4MTopgkcBBQf4dwo5iKmG4krm16bGXbwLFF8/wXHUImplENGzoRoH/Hh5EgFKj yAQ3MleZfKFUpj2XqZ4ZyWqc2N6dhige4rkTneXglhbQbqvjDegq+K0oDFvHwrn2GpDF ufqZimJkXHeipIJC85NUGOvCSqyiLokQpxavF9h2sG6B4EU3kIx2XzACNPLqwPfd0gEe Aw9UapBcAB/A0d3YjsTcdVQrB722AxUw5b/q0S8KOGsPJExENTl2BryU9C/Z/y/UFaUs tFsw== Received: by 10.216.227.69 with SMTP id c47mr2680057weq.121.1353146755847; Sat, 17 Nov 2012 02:05:55 -0800 (PST) Received: from xubuntu-12.04 (144.136.193.77.rev.sfr.net. [77.193.136.144]) by mx.google.com with ESMTPS id b1sm4715269wix.11.2012.11.17.02.05.53 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Nov 2012 02:05:54 -0800 (PST) From: Francois Perrad To: buildroot@busybox.net Date: Sat, 17 Nov 2012 11:05:43 +0100 Message-Id: <1353146744-13529-1-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] host-lua: fix bug #5354 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 see https://bugs.busybox.net/show_bug.cgi?id=5354 Signed-off-by: Francois Perrad --- package/lua/lua.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 9e0d387..3ce9867 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -24,7 +24,7 @@ endif # We never want to have host-readline and host-ncurses as dependencies # of host-lua. HOST_LUA_DEPENDENCIES = -HOST_LUA_CFLAGS = -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX +HOST_LUA_CFLAGS = -Wall -fPIC -fno-stack-protector -DLUA_USE_DLOPEN -DLUA_USE_POSIX HOST_LUA_MYLIBS = -ldl define LUA_BUILD_CMDS