diff options
Diffstat (limited to 'openbabel-fix-libdir-in-pkgconfig.patch')
-rw-r--r-- | openbabel-fix-libdir-in-pkgconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openbabel-fix-libdir-in-pkgconfig.patch b/openbabel-fix-libdir-in-pkgconfig.patch new file mode 100644 index 0000000..f13dd4a --- /dev/null +++ b/openbabel-fix-libdir-in-pkgconfig.patch @@ -0,0 +1,12 @@ +diff -up a/openbabel-3.pc.cmake.p b/openbabel-3.pc.cmake +--- a/openbabel-3.pc.cmake.p ++++ b/openbabel-3.pc.cmake +@@ -1,6 +1,6 @@ + prefix=@CMAKE_INSTALL_PREFIX@ + exec_prefix=${prefix} +-libdir=${exec_prefix}/@LIB_INSTALL_DIR@ ++libdir=${exec_prefix}/lib@LIB_SUFFIX@ + includedir=${prefix}/include + pkgincludedir=${includedir}/openbabel@BABEL_MAJ_VER@ + + |