diff options
author | nia <nia@pkgsrc.org> | 2020-07-11 14:20:05 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-11 14:20:05 +0000 |
commit | f425a4b4a0d65921c6f368befbab6e544a197e04 (patch) | |
tree | 387e1f6400e29f0ed31ee59bf243e426d1416848 /textproc/lua-utf8 | |
parent | 396190488fc58558c98ab6f4853d71def5edb1de (diff) | |
download | pkgsrc-f425a4b4a0d65921c6f368befbab6e544a197e04.tar.gz |
Help the macOS linker understand that these are runtime-loaded modules.
Diffstat (limited to 'textproc/lua-utf8')
-rw-r--r-- | textproc/lua-utf8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/lua-utf8/Makefile b/textproc/lua-utf8/Makefile index db0e622a97d..159ebe3d7a2 100644 --- a/textproc/lua-utf8/Makefile +++ b/textproc/lua-utf8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/07/02 17:13:37 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:06 nia Exp $ DISTNAME= lua-utf8-0.1.2 PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1} @@ -13,6 +13,8 @@ LICENSE= mit WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV} +LDFLAGS.Darwin+= -undefined dynamic_lookup + INSTALLATION_DIRS+= ${LUA_CDIR} pre-build: |