Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-cmake-Add-descriptor_upbproto-library-for-shared-lin.patch | [PATCH 1/5] cmake: Add descriptor_upbproto library for shared linking Before this change, building upb with the -DBUILD_SHARED_LIBS:BOOL=ON option was failing due to lack of libdescriptor_upbproto.so shared library. |
Michal Rostecki <mrostecki@opensuse.org> | no | 2020-08-01 | ||
0002-cmake-Add-upb_-prefix-to-libraries-which-can-be-shar.patch | [PATCH 2/5] cmake: Add `upb_` prefix to libraries which can be shared Library names like `reflection` or `handlers` are too general and might be already used by other libraries. To make sure that installing upb shared libraries on the system will not cause any conflicts, this change adds the `upb_` prefix. |
Michal Rostecki <mrostecki@opensuse.org> | no | 2020-06-29 | ||
0003-cmake-Add-SOVERSION-to-shared-libraries.patch | [PATCH 3/5] cmake: Add SOVERSION to shared libraries Linux distributions usually require libraries to have SOVERSION in order to have them packaged. |
Michal Rostecki <mrostecki@opensuse.org> | no | 2020-06-29 | ||
0004-cmake-Add-support-for-installation.patch | [PATCH 4/5] cmake: Add support for installation This change makes use of CMake GNUInstallDirs module and allows one to install upb on the system with `make install` target. |
Michal Rostecki <mrostecki@opensuse.org> | no | 2020-06-29 | ||
0005-Do-not-build-tests.patch | [PATCH 5/5] Do not build tests . | Michal Rostecki <mrostecki@opensuse.org> | no | 2020-04-04 |