By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2628
Collapse All | Expand All

(-)a/CMakeLists.txt (+5 lines)
Lines 57-62 if( WITH_BACKEND_LIBBFD ) Link Here
57
    set( LIBR_BACKEND "bfd" )
57
    set( LIBR_BACKEND "bfd" )
58
    set( BACKEND_NAME "libbfd" )
58
    set( BACKEND_NAME "libbfd" )
59
59
60
    check_include_file( libiberty.h HAVE_LIBIBERTY_H )
61
    if( HAVE_LIBIBERTY_H )
62
        set( BACKEND_LIBRARIES "-lbfd -liberty" )
63
    endif( HAVE_LIBIBERTY_H )
64
60
elseif( WITH_BACKEND_LIBELF )
65
elseif( WITH_BACKEND_LIBELF )
61
    # Is libelf 0.8.2 safe enough? testing is currently on 0.8.6
66
    # Is libelf 0.8.2 safe enough? testing is currently on 0.8.6
62
    pkg_search_module( BACKEND libelf>=0.8.2 )
67
    pkg_search_module( BACKEND libelf>=0.8.2 )

Return to bug 2628