Skip to content

Commit

Permalink
commoncpp2: fix build with gcc>=11
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Oct 8, 2022
1 parent cc77c22 commit dc78b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcpkgs/commoncpp2/template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc78b09

Please sign in to comment.