The following commit has been merged in the master branch:
commit 61a84400566cc419ee3b34f14bc016479bcc0443
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon Oct 7 01:18:43 2013 +0200

    Add patch to fix linking libtool libraries using a non-POSIX archiver.

diff --git a/debian/changelog b/debian/changelog
index 9eb00b2..49ac692 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libkml (1.3.0~r864-1) UNRELEASED; urgency=low
   * Use minimal dh rules, handle Multi-Arch paths.
   * Use dh-autoreconf for retooling.
   * Add patch to set subdir-objects automake option for forward compatibility.
+  * Add patch to fix linking libtool libraries using a non-POSIX archiver.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 05 Oct 2013 21:15:09 +0200
 
diff --git a/debian/patches/libtool-archiver.diff 
b/debian/patches/libtool-archiver.diff
new file mode 100644
index 0000000..9847b2b
--- /dev/null
+++ b/debian/patches/libtool-archiver.diff
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,6 +7,7 @@ AC_INIT(libkml, 1.3.0, http://code.googl
+ AC_CONFIG_SRCDIR(README)
+ AC_CONFIG_AUX_DIR(config)
+ AM_INIT_AUTOMAKE(-Wall -Werror)
++m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+ 
+ AC_PROG_CPP
+ AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
index f29ddde..5a24cd9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ swig.diff
 fix-ftbfs-gcc4.7.diff
 java-run-sh-shebang.diff
 automake-subdir-objects.diff
+libtool-archiver.diff

-- 
A library to manipulate KML 2.2 OGC standard files

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to