SPECS (AC-branch): qemu.spec - add grsec_kernel bcond - make -j1 f...

glen glen at pld-linux.org
Tue Oct 16 04:30:13 CEST 2007


Author: glen                         Date: Tue Oct 16 02:30:13 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- add grsec_kernel bcond
- make -j1 for common dir

---- Files affected:
SPECS:
   qemu.spec (1.85.2.14 -> 1.85.2.15) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.14 SPECS/qemu.spec:1.85.2.15
--- SPECS/qemu.spec:1.85.2.14	Mon Oct 15 10:26:44 2007
+++ SPECS/qemu.spec	Tue Oct 16 04:30:08 2007
@@ -15,6 +15,12 @@
 %bcond_without	up			# don't build up module
 %bcond_without	smp			# don't build SMP module
 %bcond_without	userspace		# don't build userspace utilities
+%bcond_with	grsec_kernel	# build for kernel-grsecurity
+#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define	alt_kernel	grsecurity
+%endif
+#
 #
 # no kernel kqemu module for ppc
 %ifarch ppc
@@ -198,11 +204,11 @@
 %{__sed} -i 's#include ../config-host.mak##' ./common/Makefile
 %ifarch %{x8664}
 %{__sed} -i 's/^#ARCH=x86_64/ARCH=x86_64/' ./common/Makefile
-%{__make} -C common
+%{__make} -C common -j1
 mv -f kqemu-mod-x86_64.o{,.bin}
 %else
 %{__sed} -i 's/^#ARCH=i386/ARCH=i386/' ./common/Makefile
-%{__make} -C common
+%{__make} -C common -j1
 mv -f kqemu-mod-i386.o{,.bin}
 %endif
 
@@ -334,6 +340,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.85.2.15  2007/10/16 02:30:08  glen
+- add grsec_kernel bcond
+- make -j1 for common dir
+
 Revision 1.85.2.14  2007/10/15 08:26:44  glen
 - rel 55 (kernel 2.6.16.55)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.85.2.14&r2=1.85.2.15&f=u



More information about the pld-cvs-commit mailing list