[opencv] 02/02: Fix i386 build

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sun Jul 10 20:31:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch experimental/master
in repository opencv.

commit 2ac205c022f223917c369b34f7f0aae65f67ca2c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Jul 10 22:28:47 2016 +0200

    Fix i386 build
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index d354406..7c03102 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 # for i386 arch
-#ifeq ($(DEB_HOST_ARCH),i386)
-#BUILDDIR_ARCH = i586-linux-gnu
-#else
+ifeq ($(DEB_HOST_ARCH),i386)
+BUILDDIR_ARCH = i686-linux-gnu
+else
 BUILDDIR_ARCH = $(DEB_HOST_MULTIARCH)
-#endif
+endif
 
 # SSE options
 ifeq ($(DEB_HOST_ARCH),amd64)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list