Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 843437 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- a/src/VBox/Runtime/Makefile.kmk
0
++ b/src/VBox/Runtime/Makefile.kmk
Lines 324-327 Link Here
324
ifdef IPRT_WITH_FUTEX_BASED_SEMS
324
ifdef IPRT_WITH_FUTEX_BASED_SEMS
325
 RuntimeR3_DEFS.linux  += IPRT_WITH_FUTEX_BASED_SEMS
325
 RuntimeR3_DEFS.linux  += IPRT_WITH_FUTEX_BASED_SEMS
326
endif
327
ifdef IPRT_WITHOUT_PAM
328
 RuntimeR3_DEFS        += IPRT_WITHOUT_PAM
326
endif
329
endif
327
RuntimeR3_INCS         = \
330
RuntimeR3_INCS         = \
328
-- a/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
331
++ b/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
Lines 86-89 Link Here
86
86
87
#if !defined(IPRT_USE_PAM) \
87
#if !defined(IPRT_USE_PAM) \
88
 && !defined(IPRT_WITHOUT_PAM) \
88
 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) )
89
 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) )
89
# define IPRT_USE_PAM
90
# define IPRT_USE_PAM

Return to bug 843437