Hi again,
This patch is preparation for packaging luxio in nix.
Because nix doesn't use standard fhs dirs we need to be able to
override some values.
While I was doing this I saw an opportunity to make things a bit simpler,
so I've done that.
With these patches I'm able to build luxio for lua5.1 and lua5.2 in nix,
and the build for 5.1 on my debian installation appears to work, though
I've not built any debian packages from this branch.
Hope this helps,
Richard Ipsum
Richard Ipsum (3):
Allow installation dirs to be overridden
Split find lua Make code into separate file
Factor version from find lua lib logic
Makefile | 141 +++++++++----------------------------------------------------
findlua.mk | 73 ++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 121 deletions(-)
create mode 100644 findlua.mk
--
2.12.2.510.ge1104a5.dirty