forked from pool/protobuf
- update to v22.3 - python sub packages version is set 4.22.3 as defined in python/google/protobuf/__init__.py to stay compatible - skip python2 builds by default - 10355.patch got merged upstream - add-missing-stdint-header.patch added for compile fixes OBS-URL: https://build.opensuse.org/request/show/1084558 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=146
12 lines
346 B
Diff
12 lines
346 B
Diff
--- a/src/google/protobuf/port.h.orig 2023-04-24 14:27:40.734888878 +0200
|
|
+++ b/src/google/protobuf/port.h 2023-04-24 14:27:53.607255222 +0200
|
|
@@ -33,6 +33,8 @@
|
|
// port_def.inc and port_undef.inc so they are not visible from outside of
|
|
// protobuf.
|
|
|
|
+#include <stdint.h>
|
|
+
|
|
#ifndef GOOGLE_PROTOBUF_PORT_H__
|
|
#define GOOGLE_PROTOBUF_PORT_H__
|
|
|