diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-12-10 08:46:37 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-12-10 08:54:42 +0000 |
commit | 541ae71a04fef1d0bc8f04037d28e9ea4e1174dd (patch) | |
tree | 4488f3a829045c2e2a20f3f6f49a52c339a4f64b /net/lualdap | |
parent | 2fef1dbd478ea473588cc0f8ec4ff1b3654012a2 (diff) |
Diffstat (limited to 'net/lualdap')
-rw-r--r-- | net/lualdap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |