The following commit has been merged in the master branch:
commit 871c87d96f8ef3fb0d080856f4210e3eb060e5c0
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Jan 12 13:58:50 2014 +0100

    Update pkg-config patch to remove LDFLAGS from Libs.

diff --git a/debian/changelog b/debian/changelog
index 7ec8e27..ef068f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spatialindex (1.8.1-2) UNRELEASED; urgency=low
+
+  * Update pkg-config patch to remove LDFLAGS from Libs.
+    (closes: #735039)
+
+ -- Bas Couwenberg <sebas...@xs4all.nl>  Sun, 12 Jan 2014 13:50:14 +0100
+
 spatialindex (1.8.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/pkgconfig.patch b/debian/patches/pkgconfig.patch
index 38c1546..917c866 100644
--- a/debian/patches/pkgconfig.patch
+++ b/debian/patches/pkgconfig.patch
@@ -1,7 +1,8 @@
-Description: Update pkg-config to include linking libspatialindex
+Description: Update pkg-config to include linking libspatialindex and remove 
LDFLAGS
 Author: Bas Couwenberg <sebas...@xs4all.nl>
 Bug-Debian: http://bugs.debian.org/679690
-Last-Update: 2014-01-10
+Bug-Debian: http://bugs.debian.org/735039
+Last-Update: 2014-01-12
 --- a/src/libspatialindex.pc.in
 +++ b/src/libspatialindex.pc.in
 @@ -7,6 +7,6 @@ Name: libspatialindex
@@ -9,6 +10,6 @@ Last-Update: 2014-01-10
  Requires: 
  Version: @PACKAGE_VERSION@
 -Libs: -L@libdir@ @LDFLAGS@
-+Libs: -L@libdir@ -lspatialindex @LDFLAGS@
++Libs: -L@libdir@ -lspatialindex
  Cflags: -I${includedir}/spatialindex @CFLAGS@ @CPPFLAGS@
  

-- 
A general framework for developing spatial indices

_______________________________________________
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