dev-lua/lutok: convert to static lib

If dev-libs/lua becomes a static-only package, we need to become one
too.

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77
This commit is contained in:
Mike Gilbert
2017-07-04 14:24:44 -04:00
parent 2964ad571d
commit 2166da45d4

View File

@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
"
src_configure() {
econf --disable-static
econf --disable-shared --enable-static
}
src_install() {