[liblas] 05/15: Update patch fix_library_search, use new SOVERSION.
Bas Couwenberg
sebastic at xs4all.nl
Sun Aug 3 12:17:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch experimental
in repository liblas.
commit 4dd9523b6574d19a158a3eaa58f48297a93853ad
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Aug 3 12:16:39 2014 +0200
Update patch fix_library_search, use new SOVERSION.
---
debian/patches/fix_library_search | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/fix_library_search b/debian/patches/fix_library_search
index 84aad1a..553d232 100644
--- a/debian/patches/fix_library_search
+++ b/debian/patches/fix_library_search
@@ -13,7 +13,7 @@ Last-Update: 2014-02-03
else:
- lib_name = 'liblas_c.so'
- free = ctypes.CDLL(find_library('libc.so.6')).free
-+ lib_name = 'liblas_c.so.2'
++ lib_name = 'liblas_c.so.3'
+ free = ctypes.CDLL(find_library('c')).free
las = ctypes.CDLL(lib_name)
else:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git
More information about the Pkg-grass-devel
mailing list