From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 0/3] lua: use standard prefix for Lua libraries
Date: Sun, 17 Oct 2010 22:23:15 +0200 [thread overview]
Message-ID: <i9flvj$gec$1@dough.gmane.org> (raw)
In-Reply-To: <1287344571-13760-1-git-send-email-ynezz@true.cz>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 17-10-10 21:42, Petr Štetiar wrote:
> Hi,
>
> this patch series should fix wrong path in default configuration of Lua, where
> uses wrong /usr/local/{lib,share} in it's module/script search path. This
> patch changes it to the usage of the standard /usr/{lib,share} directories.
> Please apply. Thanks.
What about the following:
Replace no-usr-local.patch with:
do_configure_prepend() {
sed -i -e s:/usr/local:${prefix}:g src/luaconf.h
}
And then do:
LUA_LIB_DIR = "${libdir}/lua/5.1"
That would even make it work with that crazy micro distro that has no
/usr :)
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMu1szMkyGM64RGpERAlufAKC9fU32pwlUpgftYegwgR9lKezGEQCfXcf1
x+ACokVW12Pi4WaWaDJ+4/0=
=nDaF
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-10-17 20:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-17 19:42 [PATCH 0/3] lua: use standard prefix for Lua libraries Petr Štetiar
2010-10-17 19:42 ` [PATCH 1/3] lua5.1: " Petr Štetiar
2010-10-17 19:42 ` [PATCH 2/3] lua-filesystem: " Petr Štetiar
2010-10-17 19:42 ` [PATCH 3/3] lua-rs232: " Petr Štetiar
2010-10-17 20:23 ` Koen Kooi [this message]
2010-10-17 20:40 ` [PATCH 0/3] lua: " Petr Štetiar
2010-10-17 20:49 ` [PATCH v2 1/3] lua5.1: " Petr Štetiar
2010-10-17 20:49 ` [PATCH v2 2/3] lua-filesystem: " Petr Štetiar
2010-10-18 7:19 ` Koen Kooi
2010-10-18 17:44 ` [PATCH v3] " Petr Štetiar
2010-10-17 20:49 ` [PATCH v2 3/3] lua-rs232: " Petr Štetiar
2010-10-22 8:32 ` [PATCH 0/3] lua: " Petr Štetiar
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='i9flvj$gec$1@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
/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.