Package: src:lzo2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
Package lzo2 fails to build from source on ppc64el, since configuration
files such as config.{guess,sub} and aclocal.m4 need to be updated.
Running autoreconf, included in the patch attached, will update such files
and the package will build successfully.
Thank you.
Fernando
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: lzo2-2.06/debian/control
===================================================================
--- lzo2-2.06.orig/debian/control 2013-08-16 09:00:49.000000000 +0000
+++ lzo2-2.06/debian/control 2014-06-05 04:04:21.110000003 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Peter Eisentraut <[email protected]>
Standards-Version: 3.9.2
-Build-Depends: cdbs, debhelper (>= 8.1.3)
+Build-Depends: cdbs, debhelper (>= 8.1.3), dh-autoreconf
Homepage: http://www.oberhumer.com/opensource/lzo/
Package: liblzo2-dev
Index: lzo2-2.06/debian/rules
===================================================================
--- lzo2-2.06.orig/debian/rules 2013-08-26 19:24:58.000000000 +0000
+++ lzo2-2.06/debian/rules 2014-06-05 04:04:33.190000003 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_PATH_ARGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)