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

(-)buildtools/wafsamba/samba_conftests.py.orig (-5 / +1 lines)
Lines 238-248 Link Here
238
        o.rpath=os.path.join(bdir, 'default/libdir')
238
        o.rpath=os.path.join(bdir, 'default/libdir')
239
239
240
    # compile the program
240
    # compile the program
241
    try:
241
    bld.compile()
242
        bld.compile()
243
    except:
244
        conf.check_message(msg, '', False)
245
        return False
246
242
247
    # path for execution
243
    # path for execution
248
    lastprog = o.link_task.outputs[0].abspath(env)
244
    lastprog = o.link_task.outputs[0].abspath(env)

Return to bug 379837