Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590026
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- ldb-1.3.6/lib/tevent/wscript
0
++ ldb-1.3.6/lib/tevent/wscript
Lines 34-41 Link Here
34
        if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION,
34
        if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION,
35
                                     onlyif='talloc', implied_deps='replace talloc'):
35
                                     onlyif='talloc', implied_deps='replace talloc'):
36
            conf.define('USING_SYSTEM_TEVENT', 1)
36
            conf.define('USING_SYSTEM_TEVENT', 1)
37
            if not conf.env.disable_python and \
37
            if not conf.env.disable_python:
38
                conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION):
39
                conf.define('USING_SYSTEM_PYTEVENT', 1)
38
                conf.define('USING_SYSTEM_PYTEVENT', 1)
40
39
41
    if conf.CHECK_FUNCS('epoll_create', headers='sys/epoll.h'):
40
    if conf.CHECK_FUNCS('epoll_create', headers='sys/epoll.h'):

Return to bug 590026