commit: 2166da45d475dbf801665d0cdf0c2bb708db1c4f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 18:24:44 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 18:24:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2166da45
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
dev-lua/lutok/{lutok-0.4.ebuild => lutok-0.4-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild
similarity index 93%
rename from dev-lua/lutok/lutok-0.4.ebuild
rename to dev-lua/lutok/lutok-0.4-r1.ebuild
index 591c7a3e7a2..12376e65bd0 100644
--- a/dev-lua/lutok/lutok-0.4.ebuild
+++ b/dev-lua/lutok/lutok-0.4-r1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
"
src_configure() {
- econf --disable-static
+ econf --disable-shared --enable-static
}
src_install() {