Search Criteria
Package Details: lib32-libprotobuf-git v3.3.1.r420.gd1bc27ca-1
Git Clone URL: | https://aur.archlinux.org/lib32-libprotobuf-git.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libprotobuf-git |
Description: | A language-neutral, platform-neutral extensible mechanism for serializing structured data. |
Upstream URL: | https://developers.google.com/protocol-buffers/ |
Licenses: | custom |
Submitter: | klementineQt |
Maintainer: | None |
Last Packager: | klementineQt |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-09 20:42 (UTC) |
Last Updated: | 2017-09-15 22:07 (UTC) |
Dependencies (5)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- lib32-zlib
- curl (curl-minimal-git, curl-git) (make)
- gcc-multilib (gccrs-git, gccrs-libs-git, gccrs-fortran-git, gcc-git, gcc-libs-git, gcc-fortran-git, gcc-objc-git, gcc-ada-git, gcc-go-git, gcc) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
Latest Comments
MarsSeed commented on 2022-05-07 21:01 (UTC)
Also please add
provides=(lib32-protobuf)
andconflicts=(lib32-protobuf)
to PKGBUILD, as is standard for VCS packages.MarsSeed commented on 2022-03-02 18:30 (UTC) (edited on 2022-03-02 19:15 (UTC) by MarsSeed)
Also please kindly fix minor issues with
pkgver()
function. What my suggested code does:v
prefix.Current versioning function generates the following version:
Correct version as of now should be:
MarsSeed commented on 2022-03-02 18:19 (UTC) (edited on 2022-03-02 19:17 (UTC) by MarsSeed)
Minor, non-blocking warnings observed during build:
Configure seems to override or disregard build flags in
makepkg.conf
like-O2
(or in my case,-O3
).Log shows hundreds of instances of such warnings:
There are some other small issues as well:
LDFLAGS
which by default enables relro security feature.