[packages/criu] - rel 2; avoid DEB_HOST_MULTIARCH usage
arekm
arekm at pld-linux.org
Wed Nov 5 10:11:58 CET 2014
commit d0e0f9de3b492e8fbcc2771fe5067151e0215412
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Nov 5 10:11:53 2014 +0100
- rel 2; avoid DEB_HOST_MULTIARCH usage
criu.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/criu.spec b/criu.spec
index e494e86..51a17cd 100644
--- 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} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/criu.git/commitdiff/d0e0f9de3b492e8fbcc2771fe5067151e0215412
More information about the pld-cvs-commit
mailing list