]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- add -D__KERNEL_STRICT_NAMES=1 to make it built with new llh; parallel install is... auto/th/util-vserver-0_30_212-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 May 2007 22:34:34 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-vserver.spec -> 1.144

util-vserver.spec

index a92cb175782fedf852b270958b0aff073e952003..29b12d54b0ab49271bb77dd7b0ff4a1fe5d7765d 100644 (file)
@@ -353,7 +353,7 @@ cp -a compat.h vserver-compat.h
 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}
@@ -388,7 +388,7 @@ rm -rf $RPM_BUILD_ROOT
 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}
This page took 0.040059 seconds and 4 git commands to generate.