commoncpp2: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-08 20:04:39 +02:00
parent cc77c227c2
commit dc78b093bc
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ homepage='http://www.gnu.org/software/commoncpp/'
distfiles="${GNU_SITE}/commoncpp/$pkgname-${version}.tar.gz"
checksum="53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e"
export CXXFLAGS="-std=c++14"
commoncpp2-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"