baresip/re uses C11 features, so set COMPILER/COMPILER_LANGS. Should

fix the build on sparc64.
This commit is contained in:
tb 2022-07-22 12:28:21 +00:00
parent 08a73dbf2f
commit 6410cd1316

View File

@ -4,6 +4,10 @@ GH_ACCOUNT = baresip
GH_PROJECT = re
GH_TAGNAME = v2.4.0
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
SHARED_LIBS = re 7.0
CATEGORIES += devel