[gdal-grass] 02/07: Update rpath patch for GRASS 7.2.

Bas Couwenberg sebastic at debian.org
Tue Jan 17 15:01:35 UTC 2017


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

sebastic pushed a commit to branch ubuntu/xenial
in repository gdal-grass.

commit d87f17b8cb631dedeea66e6b284f745a697f8165
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jan 16 19:14:50 2017 +0100

    Update rpath patch for GRASS 7.2.
---
 debian/changelog     | 1 +
 debian/patches/rpath | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac37e8e..8b3955a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgdal-grass (2.1.0-1~xenial2) UNRELEASED; urgency=medium
 
   * Bump minimum GRASS version to 7.2.0.
+  * Update rpath patch for GRASS 7.2.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 28 Dec 2016 19:45:29 +0100
 
diff --git a/debian/patches/rpath b/debian/patches/rpath
index f2538fe..47e9bd1 100644
--- a/debian/patches/rpath
+++ b/debian/patches/rpath
@@ -9,11 +9,11 @@ Forwarded: not-needed
  
  $(GLIBNAME):	grass57dataset.o
 -	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME)
-+	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass70/lib
++	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass72/lib
  
  $(OLIBNAME):	ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o
 -	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME)
-+	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass70/lib
++	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass72/lib
  
  %.o:	%.cpp
  	$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<

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



More information about the Pkg-grass-devel mailing list