[Pkg-gnutls-commits] r1322 - in /packages/gnutls26/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Nov 12 08:37:08 UTC 2011
Author: ametzler
Date: Sat Nov 12 08:37:06 2011
New Revision: 1322
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1322
Log:
Build gnutls with --disable-largefile on armel, armhf and mipsel to fix FTBFS.
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/rules
Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1322&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Nov 12 08:37:06 2011
@@ -1,8 +1,10 @@
-gnutls26 (2.12.14-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org> Tue, 08 Nov 2011 19:46:37 +0100
+gnutls26 (2.12.14-2) unstable; urgency=low
+
+ * Build gnutls with --disable-largefile on armel, armhf and mipsel to fix
+ FTBFS on these architectures.
+ See http://lists.gnu.org/archive/html/gnutls-devel/2011-10/msg00075.html
+
+ -- Andreas Metzler <ametzler at debian.org> Sat, 12 Nov 2011 09:30:42 +0100
gnutls26 (2.12.14-1) unstable; urgency=medium
Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1322&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sat Nov 12 08:37:06 2011
@@ -16,6 +16,11 @@
DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>= 2.12.6.1-0)'
DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -V 'guile-gnutls (>= 2.12.6.1-0)'
DEB_COMPRESS_EXCLUDE := gnutls.pdf
+
+# workaround for guile testsuite failure.
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mipsel))
+ DEB_CONFIGURE_EXTRA_FLAGS += --disable-largefile
+endif
# pre-clean rule: save gnutls.pdf since it is expensive to regenerate.
# See README.source
More information about the Pkg-gnutls-commits
mailing list