Skip to content

Commit

Permalink
depends, NetBSD: Fix bdb package compilation with GCC-14
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 6, 2025
1 parent 41a2ce9 commit 9bcf135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/bdb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ define $(package)_set_vars
$(package)_config_opts=--disable-shared --enable-cxx --disable-replication --enable-option-checking
$(package)_config_opts_mingw32=--enable-mingw
$(package)_cflags+=-Wno-error=implicit-function-declaration -Wno-error=format-security -Wno-error=implicit-int
$(package)_cflags_netbsd+=-Wno-error=int-conversion
$(package)_cppflags_freebsd=-D_XOPEN_SOURCE=600 -D__BSD_VISIBLE=1
$(package)_cppflags_netbsd=-D_XOPEN_SOURCE=600
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
Expand Down

0 comments on commit 9bcf135

Please sign in to comment.