SPECS: util-vserver.spec - add -D__KERNEL_STRICT_NAMES=1 to make i...

arekm arekm at pld-linux.org
Tue May 8 00:34:39 CEST 2007


Author: arekm                        Date: Mon May  7 22:34:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -D__KERNEL_STRICT_NAMES=1 to make it built with new llh; parallel install is broken so limit to 1 job

---- Files affected:
SPECS:
   util-vserver.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.143 SPECS/util-vserver.spec:1.144
--- SPECS/util-vserver.spec:1.143	Tue May  8 00:23:28 2007
+++ SPECS/util-vserver.spec	Tue May  8 00:34:34 2007
@@ -354,7 +354,7 @@
 unset LD_SYMBOLIC_FUNCTIONS || :
 
 %if %{with dietlibc}
-CFLAGS="%{rpmcflags} -D__GLIBC__"
+CFLAGS="%{rpmcflags} -D__GLIBC__ -D__KERNEL_STRICT_NAMES=1"
 %endif
 %{__aclocal} -I m4
 %{__automake}
@@ -389,7 +389,7 @@
 install -d $RPM_BUILD_ROOT{/vservers,/etc/{sysconfig,rc.d/init.d,cron.d},/dev/pts} \
 	$RPM_BUILD_ROOT{%{_sysconfdir}/vservices,/vservers/.pkg}
 
-%{__make} install install-distribution \
+%{__make} -j1 install install-distribution \
 	DESTDIR=$RPM_BUILD_ROOT
 
 cp -a vserver-compat.h $RPM_BUILD_ROOT%{_includedir}
@@ -727,6 +727,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2007/05/07 22:34:34  arekm
+- add -D__KERNEL_STRICT_NAMES=1 to make it built with new llh; parallel install is broken so limit to 1 job
+
 Revision 1.143  2007/05/07 22:23:28  arekm
 - fix pld-source.conf for x86_64->amd64, i486->i386 in case of pld-ac template
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.143&r2=1.144&f=u



More information about the pld-cvs-commit mailing list