[packages/perl-Geo-Shapelib] explicitly pass path to shapelib library to fix build on x32
atler
atler at pld-linux.org
Thu Jul 31 20:52:59 CEST 2025
commit be26498faac467b7982a98b294fe99bbd4fbfa0e
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jul 31 20:52:13 2025 +0200
explicitly pass path to shapelib library to fix build on x32
perl-Geo-Shapelib.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/perl-Geo-Shapelib.spec b/perl-Geo-Shapelib.spec
index bf49600..daa44c0 100644
--- a/perl-Geo-Shapelib.spec
+++ b/perl-Geo-Shapelib.spec
@@ -41,7 +41,8 @@ pakiecie.
%build
%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
+ INSTALLDIRS=vendor \
+ --shapelib="%{_libdir}/libshp.so"
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Geo-Shapelib.git/commitdiff/be26498faac467b7982a98b294fe99bbd4fbfa0e
More information about the pld-cvs-commit
mailing list