mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
protobuf: fix bad CFLAGS in pkgconfig
Issue shows itself when using clang. Refreshed other patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
Index: protobuf-3.13.0/cmake/install.cmake
|
||||
===================================================================
|
||||
--- protobuf-3.13.0.orig/cmake/install.cmake
|
||||
+++ protobuf-3.13.0/cmake/install.cmake
|
||||
--- a/cmake/install.cmake
|
||||
+++ b/cmake/install.cmake
|
||||
@@ -16,8 +16,8 @@ foreach(_library ${_protobuf_libraries})
|
||||
$<BUILD_INTERFACE:${protobuf_source_dir}/src>
|
||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
|
||||
|
||||
Reference in New Issue
Block a user