[packages/nvidiabl] wtf you just disable dkms completely!?, added it back. not tested with your "kernel" framework!

glen glen at pld-linux.org
Tue Feb 3 10:16:52 CET 2015


commit 5f8872fe0e5cf21b91f24ceaff593d920cd588bd
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Feb 3 11:16:46 2015 +0200

    wtf you just disable dkms completely!?, added it back. not tested with your "kernel" framework!

 nvidiabl.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/nvidiabl.spec b/nvidiabl.spec
index f69953b..eb3f9a2 100644
--- a/nvidiabl.spec
+++ b/nvidiabl.spec
@@ -1,7 +1,12 @@
 #
 # Conditional build:
 %bcond_without	verbose		# verbose build (V=1)
-%bcond_with	dkms		# build dkms package
+%bcond_without	userspace	# don't build userspace programs
+%bcond_without	dkms		# build dkms package
+
+%if %{without userspace}
+%undefine	with_dkms
+%endif
 
 # nothing to be placed to debuginfo package
 %define		_enable_debug_packages	0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nvidiabl.git/commitdiff/5f8872fe0e5cf21b91f24ceaff593d920cd588bd



More information about the pld-cvs-commit mailing list