1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- databases/percona57-server: Add -fcommon to CFLAGS as quick workaround

to unbreak build on -current

Reported by:	pkg-fallout
This commit is contained in:
Dima Panov 2020-08-26 23:51:34 +00:00
parent 559901af16
commit 391e5b43e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546304

View File

@ -161,6 +161,9 @@ post-patch:
.include <bsd.port.pre.mk>
# Workaround to clang11/gcc10 with -fno-common by default
CFLAGS+= -fcommon
.if ${CHOSEN_COMPILER_TYPE} == gcc
CXXFLAGS+= -fpermissive
.endif