All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] host-lua: fix bug #5354
@ 2012-11-17 10:05 Francois Perrad
  2012-11-17 19:48 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Francois Perrad @ 2012-11-17 10:05 UTC (permalink / raw)
  To: buildroot

see https://bugs.busybox.net/show_bug.cgi?id=5354

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-17 21:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 10:05 [Buildroot] [PATCH] host-lua: fix bug #5354 Francois Perrad
2012-11-17 19:48 ` Peter Korsgaard
2012-11-17 19:56   ` Peter Korsgaard
2012-11-17 20:21     ` Gustavo Zacarias
2012-11-17 21:43       ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.