Fix bibletime FTBFS on some 64bit architectures on Debian and Ubuntu

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0c4195129a)
pull/92/head
Slávek Banko 9 years ago
parent b2f7701332
commit 502a4e3964

@ -22,6 +22,16 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifneq (,$(filter powerpc64 ppc64el mips64,$(DEB_HOST_ARCH_CPU)))
# Fix "include/linux/types.h:148:1: error: unknown type name 'u32'".
# See linux commits:
# "asm/types.h: Remove include/asm-generic/int-l64.h"
# "powerpc: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64"
CXXFLAGS += -D__SANE_USERSPACE_TYPES__
endif
binary-install/bibletime-trinity::
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/*
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc

@ -22,6 +22,16 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifneq (,$(filter powerpc64 ppc64el mips64,$(DEB_HOST_ARCH_CPU)))
# Fix "include/linux/types.h:148:1: error: unknown type name 'u32'".
# See linux commits:
# "asm/types.h: Remove include/asm-generic/int-l64.h"
# "powerpc: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64"
CXXFLAGS += -D__SANE_USERSPACE_TYPES__
endif
binary-install/bibletime-trinity::
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/*
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc

@ -22,6 +22,16 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifneq (,$(filter powerpc64 ppc64el mips64,$(DEB_HOST_ARCH_CPU)))
# Fix "include/linux/types.h:148:1: error: unknown type name 'u32'".
# See linux commits:
# "asm/types.h: Remove include/asm-generic/int-l64.h"
# "powerpc: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64"
CXXFLAGS += -D__SANE_USERSPACE_TYPES__
endif
binary-install/bibletime-trinity::
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/*
chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc

Loading…
Cancel
Save