From 541ae71a04fef1d0bc8f04037d28e9ea4e1174dd Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 10 Dec 2022 09:46:37 +0100 Subject: [PATCH] net/lualdap: fix build for lua54 flavor PR: 220281 --- net/lualdap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/lualdap/Makefile b/net/lualdap/Makefile index 663a92126188..e09f0deae11e 100644 --- a/net/lualdap/Makefile +++ b/net/lualdap/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT USES= gmake lua:module USE_OPENLDAP= yes USE_GITHUB= yes +USE_CSTD= c99 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib" \