Call dpkg with --print-architecture.
Used to be called with --print-installation-architecture.
This commit is contained in:
parent
2975f67740
commit
a1703edf13
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,6 +14,8 @@ cmake (2.8.0~rc2-0r2) UNRELEASED; urgency=low
|
|||||||
- FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
|
- FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
|
||||||
- FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
|
- FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
|
||||||
* Update install files.
|
* Update install files.
|
||||||
|
* Call dpkg with --print-architecture rather than obsolete
|
||||||
|
--print-installation-architecture.
|
||||||
|
|
||||||
-- Modestas Vainius <modestas@vainius.eu> Sun, 04 Oct 2009 10:31:17 +0300
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 04 Oct 2009 10:31:17 +0300
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -6,7 +6,7 @@ include /usr/share/quilt/quilt.make
|
|||||||
#USE_DARTP:=$(shell if [ -d /usr/share/Dart ]; then echo true; fi )
|
#USE_DARTP:=$(shell if [ -d /usr/share/Dart ]; then echo true; fi )
|
||||||
USE_DARTP:=
|
USE_DARTP:=
|
||||||
|
|
||||||
DARCH := $(shell dpkg --print-installation-architecture)
|
DARCH := $(shell dpkg --print-architecture)
|
||||||
CFLAGS := -Wall -g $(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2)
|
CFLAGS := -Wall -g $(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2)
|
||||||
BUILD_FLAGS_FILE := build-flags.cmake
|
BUILD_FLAGS_FILE := build-flags.cmake
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user