]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
try to source env.sh before running kmk (as per configure instructions)
authorJan Palus <atler@pld-linux.org>
Thu, 10 Sep 2015 22:46:11 +0000 (00:46 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 10 Sep 2015 22:46:11 +0000 (00:46 +0200)
VirtualBox.spec

index 43fa64abf5f34cdb7c79b565f190ffa839ef6bd3..74d0d0f424db6984fef64f5ab655ba9f6bddf5dd 100644 (file)
@@ -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
This page took 0.03785 seconds and 4 git commands to generate.