[Pkg-gnutls-commits] r1791 - in /packages/gnutls28/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Jun 2 08:08:10 UTC 2013
Author: ametzler
Date: Sun Jun 2 08:08:09 2013
New Revision: 1791
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1791
Log:
On mips/mipsel link everything and the kitchen-sink against nettle to work
around toolchain breakage ("crt1.o: undefined reference to symbol '_gp'").
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=1791&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sun Jun 2 08:08:09 2013
@@ -1,10 +1,11 @@
-gnutls28 (3.1.12-1) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+gnutls28 (3.1.12-1) experimental; urgency=low
+
* Use rm -f on clean, fixing an issue with building twice in row.
* New upstream version.
-
- -- Andreas Metzler <ametzler at debian.org> Fri, 10 May 2013 17:38:32 +0200
+ * On mips/mipsel link everything and the kitchen-sink against nettle to work
+ around toolchain breakage ("crt1.o: undefined reference to symbol '_gp'").
+
+ -- Andreas Metzler <ametzler at debian.org> Sun, 02 Jun 2013 07:58:55 +0200
gnutls28 (3.1.11-1) experimental; urgency=low
Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1791&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Sun Jun 2 08:08:09 2013
@@ -22,6 +22,11 @@
# workaround for guile testsuite failure.
ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mipsel))
DEB_CONFIGURE_EXTRA_FLAGS += --disable-largefile
+endif
+# workaround for
+# http://article.gmane.org/gmane.linux.debian.ports.mips/7506
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+ DEB_CONFIGURE_EXTRA_FLAGS += LIBS=-lnettle
endif
# pre-clean rule: save gnutls.pdf since it is expensive to regenerate.
More information about the Pkg-gnutls-commits
mailing list