summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-07-11 14:48:57 +0000
committernia <nia@pkgsrc.org>2020-07-11 14:48:57 +0000
commitb7538b2aa2543375bd9602360a7e1fdf73a71cd8 (patch)
treef1dcd1cfb853ef54b4443e255038ef154942404f /databases
parent107bfb554f4199e21a74381f353a583dd90cf2cc (diff)
downloadpkgsrc-b7538b2aa2543375bd9602360a7e1fdf73a71cd8.tar.gz
also use -bundle
Diffstat (limited to 'databases')
-rw-r--r--databases/lua-lsqlite3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/lua-lsqlite3/Makefile b/databases/lua-lsqlite3/Makefile
index 7e889ca3821..551bb413464 100644
--- a/databases/lua-lsqlite3/Makefile
+++ b/databases/lua-lsqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:05 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
DISTNAME= lsqlite3_fsl09y
PKGNAME= ${LUA_PKGPREFIX}-lsqlite3-0.9.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://lua.sqlite.org/index.cgi/index
COMMENT= Binding for Lua to the SQLite3 database library
LICENSE= mit
-LDFLAGS.Darwin+= -undefined dynamic_lookup
+LDFLAGS.Darwin+= -bundle -undefined dynamic_lookup
INSTALLATION_DIRS+= ${LUA_CDIR} ${LUA_LDIR}
INSTALLATION_DIRS+= ${LUA_DOCDIR}/examples