Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2, 1/1] lxc: enable lua if package is selected
Date: Sun, 18 Dec 2016 12:33:07 +0100	[thread overview]
Message-ID: <20161218123307.5e08bec8@free-electrons.com> (raw)
In-Reply-To: <1482059092-79108-1-git-send-email-fabrice.fontaine@orange.com>

Hello,

On Sun, 18 Dec 2016 12:04:52 +0100, Fabrice Fontaine wrote:

> +ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y)
> +LXC_CONF_OPTS += --enable-lua
> +LXC_DEPENDENCIES += luainterpreter
> +ifeq ($(BR2_PACKAGE_LUAJIT),y)
> +# By default, lxc will only search for lua.pc
> +LXC_CONF_OPTS += --with-lua-pc=$(STAGING_DIR)/usr/lib/pkgconfig/luajit.pc

Passing --with-lua-pc=luajit is sufficient, so I've changed it this
way, and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

      reply	other threads:[~2016-12-18 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 11:04 [Buildroot] [PATCH v2,1/1] lxc: enable lua if package is selected Fabrice Fontaine
2016-12-18 11:33 ` Thomas Petazzoni [this message]

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=20161218123307.5e08bec8@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox