ucommon: fix build with gcc>=11
This commit is contained in:
parent
223a2f3267
commit
daf98f93ac
@ -8,11 +8,13 @@ short_desc="Light-weight C++ library to facilitate using C++ design patterns"
|
||||
maintainer="David <kalichakra@zoho.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/commoncpp/"
|
||||
distfiles="${GNU_SITE}/commoncpp/$pkgname-${version}.tar.gz"
|
||||
distfiles="${GNU_SITE}/commoncpp/ucommon-${version}.tar.gz"
|
||||
checksum="6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7"
|
||||
|
||||
export CXXFLAGS="-std=c++14"
|
||||
|
||||
ucommon-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/ucommon-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user