summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-07-04 14:24:44 -0400
committerMike Gilbert <floppym@gentoo.org>2017-07-04 14:24:44 -0400
commit2166da45d475dbf801665d0cdf0c2bb708db1c4f (patch)
tree2ccabc0638fe9f56ec2600359afd12f4ff0ead36 /dev-lua
parentvirtual/libudev: future-proof static-libs deps (diff)
downloadgentoo-2166da45d475dbf801665d0cdf0c2bb708db1c4f.tar.gz
gentoo-2166da45d475dbf801665d0cdf0c2bb708db1c4f.tar.bz2
gentoo-2166da45d475dbf801665d0cdf0c2bb708db1c4f.zip
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
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/lutok/lutok-0.4-r1.ebuild (renamed from dev-lua/lutok/lutok-0.4.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild
index 591c7a3e7a21..12376e65bd0f 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() {