[osm-gps-map] 76/153: Patch refreshed

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:59:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 17403cd5de230bd21a813840d1869708bf8746cd
Author: David Paleino <dapal at debian.org>
Date:   Thu Jul 22 09:10:43 2010 +0200

    Patch refreshed
---
 debian/patches/01-fix_python_linking.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/01-fix_python_linking.patch b/debian/patches/01-fix_python_linking.patch
index 71861aa..4472c1f 100644
--- a/debian/patches/01-fix_python_linking.patch
+++ b/debian/patches/01-fix_python_linking.patch
@@ -7,12 +7,12 @@ Subject: fix linking to locally compiled library
 
 --- osm-gps-map.orig/python/configure.ac
 +++ osm-gps-map/python/configure.ac
-@@ -52,7 +52,7 @@ if test -f ../src/libosmgpsmap.la; then
+@@ -57,7 +57,7 @@ if test -f ../src/libosmgpsmap.la; then
  
  	#and we must link to the local lib
  	OSMGPSMAP_CFLAGS="-I\$(top_srcdir)/../src/"
 -	OSMGPSMAP_LIBS="\$(top_builddir)/../src/libosmgpsmap.la"
 +	OSMGPSMAP_LIBS="-L\$(top_builddir)/../src/.libs/ -losmgpsmap"
  else
- 	PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap = 0.7.1)
+ 	PKG_CHECK_MODULES(OSMGPSMAP, osmgpsmap = 0.7.2)
  fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list