Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563892 - dev-lua/lua-zlib uses undocumented variable from cmake-utils.eclass
Summary: dev-lua/lua-zlib uses undocumented variable from cmake-utils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 17:21 UTC by Michael Palimaka (kensington)
Modified: 2015-10-29 23:06 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 2015-10-23 17:21:38 UTC
src_configure() {
        MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'"
        cmake-utils_src_configure
}

MYCMAKEARGS is undocumented and should be avoided if at all possible. A possible replacement is: local mycmakeargs=( -DINSTALL_CMOD="$(pkg-config --variable INSTALL_CMOD lua)"
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2015-10-29 23:06:24 UTC
commit 8d534439e781edbe048078fb67cf2561e687fefc
Author: Manuel Rüger <mrueg@gentoo.org>
Date:   Fri Oct 30 00:05:46 2015 +0100

    dev-lua/lua-zlib: Use proper mycmakeargs variable
    
    Gentoo-Bug: #563892
    
    Package-Manager: portage-2.2.23