Created
March 31, 2022 11:06
-
-
Save pescobar/f05d3d6b427dae625d5636e2ee441cf7 to your computer and use it in GitHub Desktop.
protbuf-3.8.0 patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Naur protobuf-3.8.0.orig/src/libprotobuf-lite.map protobuf-3.8.0/src/libprotobuf-lite.map | |
--- protobuf-3.8.0.orig/src/libprotobuf-lite.map 2019-05-24 20:06:49.000000000 +0200 | |
+++ protobuf-3.8.0/src/libprotobuf-lite.map 2022-03-31 12:49:41.953084066 +0200 | |
@@ -3,6 +3,8 @@ | |
extern "C++" { | |
*google*; | |
}; | |
+ scc_info_*; | |
+ descriptor_table_*; | |
local: | |
*; | |
diff -Naur protobuf-3.8.0.orig/src/libprotobuf.map protobuf-3.8.0/src/libprotobuf.map | |
--- protobuf-3.8.0.orig/src/libprotobuf.map 2019-05-24 20:06:49.000000000 +0200 | |
+++ protobuf-3.8.0/src/libprotobuf.map 2022-03-31 12:49:55.350991638 +0200 | |
@@ -3,6 +3,8 @@ | |
extern "C++" { | |
*google*; | |
}; | |
+ scc_info_*; | |
+ descriptor_table_*; | |
local: | |
*; | |
diff -Naur protobuf-3.8.0.orig/src/libprotoc.map protobuf-3.8.0/src/libprotoc.map | |
--- protobuf-3.8.0.orig/src/libprotoc.map 2019-05-24 20:06:49.000000000 +0200 | |
+++ protobuf-3.8.0/src/libprotoc.map 2022-03-31 12:50:05.117924252 +0200 | |
@@ -3,6 +3,8 @@ | |
extern "C++" { | |
*google*; | |
}; | |
+ scc_info_*; | |
+ descriptor_table_*; | |
local: | |
*; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment