Source: policykit-1
Version: 1-0.105
Severity: normal
Tags: patch
User: [email protected]
Usertag: arm64
This package FTBFS on arm64 due to outdated config.{sub,guess} files.
Enabling usage of the autotools-dev that it already depends on,
fixes this. This patch will keep it fixed for future new architectures too.
-- System Information:
Debian Release: 7.3
APT prefers stable
APT policy: (990, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- policykit-1-0.105/debian/rules.orig 2014-01-03 02:07:09.530000000 +0000
+++ policykit-1-0.105/debian/rules 2014-01-03 01:58:29.880000000 +0000
@@ -4,7 +4,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@
+ dh $@ --with autotools_dev
DPKG_GENSYMBOLS_CHECK_LEVEL=4
export DPKG_GENSYMBOLS_CHECK_LEVEL