[packages/VirtualBox] try to source env.sh before running kmk (as per configure instructions)
atler
atler at pld-linux.org
Fri Sep 11 00:46:47 CEST 2015
commit 147c698e81836936795117b5c926d1ce4b0e7d9a
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Sep 11 00:46:11 2015 +0200
try to source env.sh before running kmk (as per configure instructions)
VirtualBox.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 43fa64a..74d0d0f 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -606,6 +606,7 @@ EOF
%{__enable webservice} \
%{nil}
+. "$PWD/env.sh"
kmk %{?_smp_mflags}
%{__cc} %{rpmcflags} %{rpmldflags} -Wall -Werror src/VBox/Additions/linux/sharedfolders/{mount.vboxsf.c,vbsfmount.c} -o mount.vboxsf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/147c698e81836936795117b5c926d1ce4b0e7d9a
More information about the pld-cvs-commit
mailing list