Skip to content

Instantly share code, notes, and snippets.

@pescobar
Created March 31, 2022 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pescobar/f05d3d6b427dae625d5636e2ee441cf7 to your computer and use it in GitHub Desktop.
Save pescobar/f05d3d6b427dae625d5636e2ee441cf7 to your computer and use it in GitHub Desktop.
protbuf-3.8.0 patch
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