Skip to content
Snippets Groups Projects

community/opendkim: fix build with gcc 14

Merged Milan P. Stanić requested to merge mps/aports:opendkim-fix-build-with-gcc14.2 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -29,6 +29,7 @@ prepare() {
}
build() {
export CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
./configure \
--build=$CBUILD \
--host=$CHOST \
Loading