[gdal-grass] 02/04: Update rpath patch for GRASS 7.4.

Bas Couwenberg sebastic at debian.org
Fri Jan 26 11:57:19 UTC 2018


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

sebastic pushed a commit to branch master
in repository gdal-grass.

commit 4541ee20eb572c7889be95f9fff8a4a2486bb23e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Nov 17 17:57:02 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index bb8df7d..2b3351a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libgdal-grass (2.2.3-2) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump minimum GRASS version to 7.4.0.
+  * Update rpath patch for GRASS 7.4.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 20 Jan 2018 15:48:57 +0100
 
diff --git a/debian/patches/rpath b/debian/patches/rpath
index 2b7b059..7ed29b1 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/grass72/lib
++	$(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass74/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/grass72/lib
++	$(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass74/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