All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] lua: support linenoise
Date: Wed, 05 Dec 2012 11:00:27 -0800	[thread overview]
Message-ID: <87boe89vec.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1354551135-30056-4-git-send-email-francois.perrad@gadz.org> (Francois Perrad's message of "Mon, 3 Dec 2012 17:12:14 +0100")

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 Francois> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed, thanks (but see below).

 Francois> @@ -16,10 +16,16 @@ LUA_MYLIBS += -ldl
 Francois>  ifeq ($(BR2_PACKAGE_LUA_INTERPRETER_READLINE),y)
 Francois>  	LUA_DEPENDENCIES = readline ncurses
 Francois>  	LUA_MYLIBS += -lreadline -lhistory -lncurses
 Francois> -	LUA_CFLAGS += -DLUA_USE_LINUX
 Francois> +	LUA_CFLAGS += -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DLUA_USE_READLINE

Why did you change LUA_USE_LINUX to LUA_USE_POSIX?


-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-12-05 19:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-03 16:12 [Buildroot] [PATCH 1/4] perl: bump to version 5.16.2 Francois Perrad
2012-12-03 16:12 ` [Buildroot] [PATCH 2/4] luajit: bump to version 2.0.0 Francois Perrad
2012-12-05 16:39   ` Peter Korsgaard
2012-12-03 16:12 ` [Buildroot] [PATCH 3/4] linenoise: new package Francois Perrad
2012-12-05 16:42   ` Peter Korsgaard
2012-12-05 18:06     ` François Perrad
2012-12-03 16:12 ` [Buildroot] [PATCH 4/4] lua: support linenoise Francois Perrad
2012-12-05 19:00   ` Peter Korsgaard [this message]
2012-12-05 16:39 ` [Buildroot] [PATCH 1/4] perl: bump to version 5.16.2 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87boe89vec.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.