Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/lua-socket lua-socket: Attempt to fix Darwin build
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b471b830145
branches: trunk
changeset: 435671:1b471b830145
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jul 11 14:51:02 2020 +0000
description:
lua-socket: Attempt to fix Darwin build
diffstat:
net/lua-socket/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fe169c46a95c -r 1b471b830145 net/lua-socket/Makefile
--- a/net/lua-socket/Makefile Sat Jul 11 14:49:23 2020 +0000
+++ b/net/lua-socket/Makefile Sat Jul 11 14:51:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/07/02 10:26:19 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/07/11 14:51:02 nia Exp $
DISTNAME= luasocket-3.0-rc1
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//:S/-rc/rc/}
@@ -13,6 +13,7 @@
MAKE_FILE= makefile
+LDFLAGS.Darwin= -bundle -undefined dynamic_lookup
LDFLAGS.SunOS= -lrt -lresolv
MAKE_FLAGS+= LUAV=${_LUA_DOT_VERSION}
Home |
Main Index |
Thread Index |
Old Index