| |
@@ -1,6 +1,6 @@
|
| |
diff -rupN --no-dereference geos-3.9.1/CMakeLists.txt geos-3.9.1-new/CMakeLists.txt
|
| |
- --- geos-3.9.1/CMakeLists.txt 2021-02-10 19:10:27.000000000 +0100
|
| |
- +++ geos-3.9.1-new/CMakeLists.txt 2021-02-11 15:26:25.358373951 +0100
|
| |
+ --- geos-3.9.1/CMakeLists.txt 2021-02-10 13:10:27.000000000 -0500
|
| |
+ +++ geos-3.9.1-new/CMakeLists.txt 2021-03-10 11:38:06.200581963 -0500
|
| |
@@ -308,16 +308,16 @@ configure_file(cmake/geos-config.cmake
|
| |
|
| |
install(TARGETS geos geos_cxx_flags
|
| |
@@ -38,8 +38,8 @@
|
| |
"${CMAKE_CURRENT_LIST_DIR}/include/geos"
|
| |
"${CMAKE_CURRENT_BINARY_DIR}/include/geos"
|
| |
diff -rupN --no-dereference geos-3.9.1/tools/CMakeLists.txt geos-3.9.1-new/tools/CMakeLists.txt
|
| |
- --- geos-3.9.1/tools/CMakeLists.txt 2021-02-10 19:10:27.000000000 +0100
|
| |
- +++ geos-3.9.1-new/tools/CMakeLists.txt 2021-02-11 15:26:25.358373951 +0100
|
| |
+ --- geos-3.9.1/tools/CMakeLists.txt 2021-02-10 13:10:27.000000000 -0500
|
| |
+ +++ geos-3.9.1-new/tools/CMakeLists.txt 2021-03-10 11:38:06.200581963 -0500
|
| |
@@ -36,7 +36,7 @@ if(NOT MSVC)
|
| |
|
| |
install(FILES
|
| |
@@ -50,14 +50,23 @@
|
| |
endif()
|
| |
|
| |
diff -rupN --no-dereference geos-3.9.1/tools/geos-config.cmake geos-3.9.1-new/tools/geos-config.cmake
|
| |
- --- geos-3.9.1/tools/geos-config.cmake 2021-02-04 00:19:53.000000000 +0100
|
| |
- +++ geos-3.9.1-new/tools/geos-config.cmake 2021-02-11 15:26:25.359373949 +0100
|
| |
+ --- geos-3.9.1/tools/geos-config.cmake 2021-02-03 18:19:53.000000000 -0500
|
| |
+ +++ geos-3.9.1-new/tools/geos-config.cmake 2021-03-10 11:38:06.201581969 -0500
|
| |
@@ -1,7 +1,7 @@
|
| |
#!/bin/sh
|
| |
|
| |
prefix=@ESCAPED_INSTALL_PREFIX@
|
| |
-libdir=${prefix}/lib
|
| |
- +libdir=${prefix}/lib@LIB_SUFFIX
|
| |
+ +libdir=${prefix}/lib@LIB_SUFFIX@
|
| |
|
| |
usage()
|
| |
{
|
| |
+ diff -rupN --no-dereference geos-3.9.1/tools/geos.pc.cmake geos-3.9.1-new/tools/geos.pc.cmake
|
| |
+ --- geos-3.9.1/tools/geos.pc.cmake 2021-02-03 18:19:53.000000000 -0500
|
| |
+ +++ geos-3.9.1-new/tools/geos.pc.cmake 2021-03-10 11:40:18.802433179 -0500
|
| |
+ @@ -8,4 +8,4 @@ Description: Geometry Engine, Open Sourc
|
| |
+ Requires:
|
| |
+ Version: @GEOS_VERSION@
|
| |
+ Cflags: -I${includedir}
|
| |
+ -Libs: -L${libdir} -lgeos_c
|
| |
+ +Libs: -L${libdir}@LIB_SUFFIX@ -lgeos_c
|
| |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1937424.
Verified that
now produces the expected output (on x86_64):
on x86_64.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1937443.
Verified that
now produces the expected output (on x86_64):