The following commit has been merged in the 1.7 branch:
commit 54ca0796aac2e79d58458ea445f6d4aa059f292a
Author: Francesco Paolo Lovergine <[email protected]>
Date:   Tue Apr 26 18:05:14 2011 +0200

    Removing rpath in main library.

diff --git a/debian/changelog b/debian/changelog
index aa6fccc..1c244fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gdal (1.7.3-4) unstable; urgency=low
+
+  * Now post-removing rpath also in main lib to avoig tweaking with libtool.
+
+ -- Francesco Paolo Lovergine <[email protected]>  Tue, 26 Apr 2011 18:04:27 
+0200
+
 gdal (1.7.3-3) unstable; urgency=low
 
   * Added libepsilon support. Note that libepsilon is LGPL-3 (too).
diff --git a/debian/rules b/debian/rules
index fee700a..e74ad43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,6 +155,8 @@ install: build
        -find $(CURDIR)/debian/tmp/usr/local/lib/perl -type f -name .packlist 
-exec rm -f {} \;
        # removing embedded rpath in perl shlibs
        -find $(CURDIR)/debian/tmp/usr/local/lib/perl -type f -name "*.so" 
-exec chrpath --delete {} \;
+       # removing embedded rpath in main lib
+       -find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath 
--delete {} \;
        
        # moves ruby/perl stuff the right dirs
        install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto

-- 
GDAL/OGR library and tools

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

Reply via email to