[med-svn] [Git][med-team/insighttoolkit][master] Update rules file, use DEB_HOST_ARCH instead of DEB_BUILD_ARCH
Gianfranco Costamagna
gitlab at salsa.debian.org
Thu Apr 25 11:07:19 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Med / insighttoolkit
Commits:
ef274054 by Gianfranco Costamagna at 2019-04-25T10:07:18Z
Update rules file, use DEB_HOST_ARCH instead of DEB_BUILD_ARCH
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/nifti
ENABLE_PYTHON=1
-ifeq ($(DEB_BUILD_ARCH),i386)
+ifeq ($(DEB_HOST_ARCH),i386)
ENABLE_FFTW=OFF
#(unsigned long) == (unsigned int) on 32 bit, since itk 4.10 or g++-5.4
ENABLE_UNSIGNED_LONG=OFF
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/commit/ef2740540aef1f8ba038791fe87ba19670fdf5b6
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/commit/ef2740540aef1f8ba038791fe87ba19670fdf5b6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190425/af108d6b/attachment.html>
More information about the debian-med-commit
mailing list