Codebase list phasex / caab7d5
Fix FTCBFS: fix build/host confusion Closes: #902575 Thanks: Helmut Grohne for the patch Gabor Karsay 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
2 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
2 include /usr/share/dpkg/architecture.mk
33
4 ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
4 ifneq (,$(findstring amd64,$(DEB_HOST_ARCH)))
55 DEB_CONFIGURE_FLAGS_EXTRA=--enable-arch=amd64
66 endif
77