mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to users
Package-Manager: portage-2.3.3 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
@@ -44,8 +44,8 @@ src_configure() {
|
||||
myconf="--disable-dl"
|
||||
fi
|
||||
|
||||
econf ${myconf}
|
||||
\ $(use_enable mysql) \
|
||||
econf ${myconf} \
|
||||
$(use_enable mysql) \
|
||||
$(use_enable odbc) \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_with gmp)
|
||||
Reference in New Issue
Block a user