From d06cc086d629de63be87d144e4aec53ecccec34e Mon Sep 17 00:00:00 2001 From: pufferffish Date: Tue, 28 Nov 2023 09:20:28 +0000 Subject: [PATCH] fix patch --- .../protobuf/static-executables-have-no-rpath.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/protobuf/static-executables-have-no-rpath.patch b/bindings/protobuf/static-executables-have-no-rpath.patch index cd2474e..1897da3 100644 --- a/bindings/protobuf/static-executables-have-no-rpath.patch +++ b/bindings/protobuf/static-executables-have-no-rpath.patch @@ -1,8 +1,8 @@ -diff --git a/cmake/install.cmake b/cmake/install.cmake -index 26a55be8b..b6823c3f9 100644 ---- a/cmake/install.cmake -+++ b/cmake/install.cmake -@@ -32,13 +32,6 @@ if (protobuf_BUILD_PROTOC_BINARIES) +diff --git a/install.cmake.old b/install.cmake +index 998c2e3..d1fe7a7 100644 +--- a/install.cmake.old ++++ b/install.cmake +@@ -49,13 +49,6 @@ if (protobuf_BUILD_PROTOC_BINARIES) install(TARGETS protoc EXPORT protobuf-targets RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc)