Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471704 - www-client/luakit: always tries to link against dev-lang/luajit even with USE="-luajit"
Summary: www-client/luakit: always tries to link against dev-lang/luajit even with USE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 13:14 UTC by Larik Ishkulov
Modified: 2013-07-15 18:22 UTC (History)
1 user (show)

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


Attachments
set USE_LUJIT=0 (file_471704.txt,474 bytes, patch)
2013-05-29 13:17 UTC, Larik Ishkulov
Details | Diff
set USE_LUJIT=0 (file_471704.txt,474 bytes, text/plain)
2013-05-29 13:17 UTC, Larik Ishkulov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Larik Ishkulov 2013-05-29 13:14:44 UTC
In luakit/config.mk file I found this:

# User hasn't specificed, use LuaJIT if we can find it.                                                                                                   
ifneq ($(USE_LUAJIT),0)
    LUA_PKG_NAMES := luajit $(LUA_PKG_NAMES)
endif

So USE_LUAJIT should be set to 0 when luajit flag is no set.
Comment 1 Larik Ishkulov 2013-05-29 13:17:04 UTC
Created attachment 349548 [details, diff]
set USE_LUJIT=0
Comment 2 Larik Ishkulov 2013-05-29 13:17:50 UTC
Created attachment 349550 [details]
set USE_LUJIT=0
Comment 3 Alex Alexander (RETIRED) gentoo-dev 2013-07-15 18:22:32 UTC
fixed, thanks :)