Blame Correctly-install-pkgconfig.patch

387a1b
diff -Nur abseil-cpp-20210324.0/CMake/AbseilHelpers.cmake new/CMake/AbseilHelpers.cmake
387a1b
--- abseil-cpp-20210324.0/CMake/AbseilHelpers.cmake	2021-03-25 14:27:44.000000000 +0100
387a1b
+++ new/CMake/AbseilHelpers.cmake	2021-04-13 20:37:44.361137790 +0200
387a1b
@@ -181,7 +181,7 @@
387a1b
 Libs: -L\${libdir} $<JOIN:${ABSL_CC_LIB_LINKOPTS}, > $<$<NOT:$<BOOL:${ABSL_CC_LIB_IS_INTERFACE}>>:-labsl_${_NAME}>\n\
387a1b
 Cflags: -I\${includedir}${PC_CFLAGS}\n")
387a1b
       INSTALL(FILES "${CMAKE_BINARY_DIR}/lib/pkgconfig/absl_${_NAME}.pc"
387a1b
-              DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
387a1b
+              DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
387a1b
     endif()
387a1b
   endif()
387a1b