Skip to content
Snippets Groups Projects
Commit 32534046 authored by Richard Gallamore's avatar Richard Gallamore
Browse files

net-mgmt/seafile-server: Fix build for FreeBSD 14

Clang upgraded to 16.x on FreeBSD 14. There was a breaking change which
upgraded incompatible-function-pointer-types from warning to error.
parent 00d31321
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ SHEBANG_FILES= tools/seafile-admin
GNU_CONFIGURE= yes
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl \
-lcrypto" PKG_CONFIG_PATH="${WRKDIR}/pkgconfig"
CFLAGS+= -Wno-error=incompatible-function-pointer-types
PATHFIX_MAKEFILEIN= Makefile.am
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment