Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622620 - dev-lua/lua-zlib-0.3 uses MYCMAKEARGS
Summary: dev-lua/lua-zlib-0.3 uses MYCMAKEARGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-24 15:46 UTC by Michael Palimaka (kensington)
Modified: 2017-07-24 09:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2017-06-24 15:46:21 UTC
src_configure() {
        MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'"
        cmake-utils_src_configure
}

MYCMAKEARGS is not part of the eclass API, please use 'local mycmakeargs=()' instead.
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2017-06-25 10:18:25 UTC
will get removed after https://bugs.gentoo.org/show_bug.cgi?id=622680