[Pkg-gnutls-commits] r1325 - in /packages/gnutls28/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Nov 12 15:47:40 UTC 2011


Author: ametzler
Date: Sat Nov 12 15:47:40 2011
New Revision: 1325

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1325
Log:
Build gnutls with --disable-largefile on armel, armhf and mipsel to fix
guile related FTBFS on these architectures.
See http://lists.gnu.org/archive/html/gnutls-devel/2011-10/msg00075.html

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1325&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Nov 12 15:47:40 2011
@@ -1,6 +1,9 @@
 gnutls28 (3.0.7-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Build gnutls with --disable-largefile on armel, armhf and mipsel to fix
+    guile related FTBFS on these architectures.
+    See http://lists.gnu.org/archive/html/gnutls-devel/2011-10/msg00075.html
 
  -- Andreas Metzler <ametzler at debian.org>  Thu, 10 Nov 2011 19:54:13 +0100
 

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1325&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Sat Nov 12 15:47:40 2011
@@ -16,6 +16,11 @@
 DEB_DH_MAKESHLIBS_ARGS_libgnutlsxx28 := -V 'libgnutlsxx28 (>= 3.0.4-0)'
 DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -Xguile/1.8/guile-gnutls-v-2.so
 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