Gentoo Archives: gentoo-dev

From: Marek Szuba <marecki@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 0/3] lua-utils.eclass: expose header and library locations
Date: Mon, 12 Oct 2020 14:05:49
Message-Id: 20201012140534.113655-1-marecki@gentoo.org
1 Having had a gander at some of the revdeps of dev-lang/lua{,jit}
2 currently present in the tree, it is fairly common to force the use of
3 the right Lua version by pointing src_configure() to the right include
4 directory and library files. Unfortunately doing it this way seems to
5 be the sanest way of dealing with Lua detection in CMake so it is
6 unlikely to go away any time soon... Therefore, provide functions
7 returning this information in an implementation-independent way.

Replies