[Pkg-gnutls-commits] r408 - in /packages/libgcrypt11/branches/branch1.3.0/debian: changelog patches/14_ftbfs_hppa_448377.diff
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Thu Nov 1 08:12:39 UTC 2007
Author: ametzler
Date: Thu Nov 1 08:12:38 2007
New Revision: 408
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=408
Log:
Re-enable asm and fix ftbfs on hppa #448377
Added:
packages/libgcrypt11/branches/branch1.3.0/debian/patches/14_ftbfs_hppa_448377.diff
Modified:
packages/libgcrypt11/branches/branch1.3.0/debian/changelog
Modified: packages/libgcrypt11/branches/branch1.3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/branches/branch1.3.0/debian/changelog?rev=408&op=diff
==============================================================================
--- packages/libgcrypt11/branches/branch1.3.0/debian/changelog (original)
+++ packages/libgcrypt11/branches/branch1.3.0/debian/changelog Thu Nov 1 08:12:38 2007
@@ -1,3 +1,10 @@
+libgcrypt11 (1.3.1-2) experimental; urgency=low
+
+ * Add patches/14_ftbfs_hppa_448377.diff to actually make use of asm
+ routines. Fixes FTBFS on HPPA. Closes: #448377
+
+ -- Andreas Metzler <ametzler at debian.org> Thu, 1 Nov 2007 09:02:17 +0100
+
libgcrypt11 (1.3.1-1) experimental; urgency=low
* New upstream version.
Added: packages/libgcrypt11/branches/branch1.3.0/debian/patches/14_ftbfs_hppa_448377.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/branches/branch1.3.0/debian/patches/14_ftbfs_hppa_448377.diff?rev=408&op=file
==============================================================================
--- packages/libgcrypt11/branches/branch1.3.0/debian/patches/14_ftbfs_hppa_448377.diff (added)
+++ packages/libgcrypt11/branches/branch1.3.0/debian/patches/14_ftbfs_hppa_448377.diff Thu Nov 1 08:12:38 2007
@@ -1,0 +1,45 @@
+On Mon, 29 Oct 2007 20:20, ametzler at downhill.at.eu.org said:
+
+> ${target} seems to be empty when the script is invoked, see /mpi/asm-syntax.h.
+
+Ah well, I forgot to fix it in mpi/config.links. Try this patch:
+
+
+2007-10-29 Werner Koch <wk at g10code.com>
+
+ * config.links: No Candadian Cross here, thus use $host instead of
+ $target.
+
+Index: mpi/config.links
+===================================================================
+--- mpi/config.links (revision 1265)
++++ mpi/config.links (working copy)
+@@ -35,10 +35,10 @@
+
+
+ echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h
+-echo "/* Target: ${target} */" >>./mpi/asm-syntax.h
++echo "/* Host: ${host} */" >>./mpi/asm-syntax.h
+
+ if test "$try_asm_modules" = "yes" ; then
+-case "${target}" in
++case "${host}" in
+ powerpc-apple-darwin* | \
+ i[34567]86*-*-openbsd[12]* | \
+ i[34567]86*-*-openbsd3.[0123]*)
+@@ -326,7 +326,7 @@
+ mpi_mod_list=
+ path=`echo "$mpi_extra_path $path generic" | tr ':' ' '`
+ echo '/* Created by config.links - do not edit */' >./mpi/mod-source-info.h
+-echo "/* Target: ${target} */" >>./mpi/mod-source-info.h
++echo "/* Host: ${host} */" >>./mpi/mod-source-info.h
+ echo "static char mod_source_info[] =" >>./mpi/mod-source-info.h
+ for fn in $mpi_required_modules ; do
+ fnu=`echo $fn | sed 's/-/_/g'`
+
+
+
+
+--
+Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz.
+
More information about the Pkg-gnutls-commits
mailing list