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

(-)a/kdm/ConfigureChecks.cmake (+5 lines)
Lines 170-175 if (KDE4_KRB5AUTH) Link Here
170
Due to a problem with X includes you probably have to run \"ln -s . krb5\"
170
Due to a problem with X includes you probably have to run \"ln -s . krb5\"
171
in the directory where the krb5.h include resides to make things actually work.")
171
in the directory where the krb5.h include resides to make things actually work.")
172
        endif (KRB5_INCLUDE_DIR)
172
        endif (KRB5_INCLUDE_DIR)
173
        find_library(COMERR_LIBRARY com_err)
174
        if (NOT COMERR_LIBRARY)
175
            message(FATAL_ERROR "Kerberos5 support is enabled, but required libcomerr
176
could not be found.")
177
        endif (NOT COMERR_LIBRARY)
173
    endif (KRB5_LIBRARIES)
178
    endif (KRB5_LIBRARIES)
174
    mark_as_advanced(KRB5_INCLUDE_DIR KRB5_LIBRARIES)
179
    mark_as_advanced(KRB5_INCLUDE_DIR KRB5_LIBRARIES)
175
    macro_bool_to_01(KRB5AUTH_FOUND K5AUTH)
180
    macro_bool_to_01(KRB5AUTH_FOUND K5AUTH)
(-)a/kdm/backend/CMakeLists.txt (+1 lines)
Lines 56-61 target_link_libraries( kdm Link Here
56
	${S_LIBRARIES}
56
	${S_LIBRARIES}
57
	${KRB4_LIBRARIES}
57
	${KRB4_LIBRARIES}
58
	${KRB5_LIBRARIES}
58
	${KRB5_LIBRARIES}
59
	${COMERR_LIBRARY}
59
	${NSL_LIBRARIES}
60
	${NSL_LIBRARIES}
60
	${RESOLV_LIBRARIES}
61
	${RESOLV_LIBRARIES}
61
	${SOCKET_LIBRARIES}
62
	${SOCKET_LIBRARIES}

Return to bug 410879