Fix RHBZ#1937424 (Wrong output from geos-config --libs etc.)
This commit is contained in:
parent
668a06f646
commit
d1ad367d84
@ -1,6 +1,6 @@
|
||||
Name: geos
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: GEOS is a C++ port of the Java Topology Suite
|
||||
|
||||
License: LGPLv2
|
||||
@ -86,6 +86,9 @@ make docs -C %{__cmake_builddir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.1-2
|
||||
- Fix RHBZ#1937424 (Wrong output from geos-config --libs etc.)
|
||||
|
||||
* Thu Feb 11 2021 Sandro Mani <manisandro@gmail.com> - 3.9.1-1
|
||||
- Update to 3.9.1
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ diff -rupN --no-dereference geos-3.9.1/tools/geos-config.cmake geos-3.9.1-new/to
|
||||
|
||||
prefix=@ESCAPED_INSTALL_PREFIX@
|
||||
-libdir=${prefix}/lib
|
||||
+libdir=${prefix}/lib@LIB_SUFFIX
|
||||
+libdir=${prefix}/lib@LIB_SUFFIX@
|
||||
|
||||
usage()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user