SPECS (LINUX_2_6_20): kernel.spec - turn off libc-headers generati...

arekm arekm at pld-linux.org
Tue Apr 3 17:50:22 CEST 2007


Author: arekm                        Date: Tue Apr  3 15:50:22 2007 GMT
Module: SPECS                         Tag: LINUX_2_6_20
---- Log message:
- turn off libc-headers generation by default

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1698.2.94 -> 1.441.2.1698.2.95) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1698.2.94 SPECS/kernel.spec:1.441.2.1698.2.95
--- SPECS/kernel.spec:1.441.2.1698.2.94	Sat Mar 31 01:19:41 2007
+++ SPECS/kernel.spec	Tue Apr  3 17:50:16 2007
@@ -46,6 +46,8 @@
 %bcond_without	pcmcia		# don't build pcmcia
 %bcond_without	regparm		# if your blob doesn't work try disable this
 
+%bcond_with	uheaders	# userspace headers
+
 %bcond_with	abi		# build ABI support only ix86 !!
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	xen0		# added Xen0 support
@@ -1633,9 +1635,11 @@
 %{_kernelsrcdir}/scripts/kconfig/*
 %{_kernelsrcdir}/scripts/mkcompile_h
 
+%if %{with uheaders}
 %files libc-headers
 %defattr(644,root,root,755)
 %{_includedir}/*
+%endif
 
 %files doc
 %defattr(644,root,root,755)
@@ -1690,6 +1694,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1698.2.95  2007/04/03 15:50:16  arekm
+- turn off libc-headers generation by default
+
 Revision 1.441.2.1698.2.94  2007/03/30 23:19:41  mguevara
 - rel 2
 - added nf_conntrack_mms.patch which provides conntrack and nat support for
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1698.2.94&r2=1.441.2.1698.2.95&f=u



More information about the pld-cvs-commit mailing list