[Lunar-commits] <moonbase> VirtualBox: Fixed to compile for those of use that don't want no stikin PAM on their Lunar boxes
Terry Chan
tchan at lunar-linux.org
Fri Sep 17 17:02:32 CEST 2010
commit 8344df1b5d8d38a0c1b7b73f84dbdcd391a060e9
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri Sep 17 10:02:32 2010 -0500
VirtualBox: Fixed to compile for those of use that don't want no stikin PAM on their Lunar boxes
---
virtual/VirtualBox/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/virtual/VirtualBox/BUILD b/virtual/VirtualBox/BUILD
index 7145685..b9929dc 100644
--- a/virtual/VirtualBox/BUILD
+++ b/virtual/VirtualBox/BUILD
@@ -17,6 +17,9 @@
OPTS+=" --with-qt4-dir=$QTDIR" &&
./configure $OPTS &&
source ./env.sh &&
+ if !( module_installed Linux-PAM ); then
+ sedit "s/VBOX_WITH_PAM/VBOX_WITHOUT_PAM/" Config.kmk
+ fi &&
kmk &&
# Build source package for kernel module
More information about the Lunar-commits
mailing list