The Protobuf-c package contains an implementation of the Google Protocol Buffers data serialization format in C.
This package is known to build and work properly using an LFS 12.3 platform.
Download (HTTP): https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.1/protobuf-c-1.5.1.tar.gz
Download MD5 sum: 0c02b1bb2b20bb9fc3489fe9e3df354b
Download size: 520 KB
Estimated disk space required: 53 MB
Estimated build time: 0.5 SBU
Install Protobuf-c by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
          Now, as the root user:
        
make install
          --disable-static: This
          switch prevents installation of static versions of the libraries.