]> git.pld-linux.org Git - packages/criu.git/commitdiff
- rel 2; avoid DEB_HOST_MULTIARCH usage
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Nov 2014 09:11:53 +0000 (10:11 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Nov 2014 09:11:53 +0000 (10:11 +0100)
criu.spec

index e494e86a637d8146712d8d977d300a46d581e34b..51a17cd4b91a29d6ad80570352519ddf3a566d0e 100644 (file)
--- a/criu.spec
+++ b/criu.spec
@@ -1,7 +1,7 @@
 Summary:       checkpoint/restore functionality for Linux in userspace
 Name:          criu
 Version:       1.3.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://download.openvz.org/criu/%{name}-%{version}.tar.bz2
@@ -64,6 +64,7 @@ sed -i -e 's#-O2#$(OPT)#g' Makefile*
 
 %build
 %{__make} \
+       DEB_HOST_MULTIARCH= \
        CC="%{__cc}" \
        OPT="%{rpmcppflags} %{rpmcflags}" \
        PREFIX=%{_prefix} \
@@ -75,6 +76,7 @@ sed -i -e 's#-O2#$(OPT)#g' Makefile*
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+       DEB_HOST_MULTIARCH= \
        PREFIX="%{_prefix}" \
        LOGROTATEDIR=%{_sysconfdir}/logrotate.d \
        SYSTEMDUNITDIR=%{systemdunitdir} \
This page took 0.152174 seconds and 4 git commands to generate.