pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/lua-socket
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 11 14:51:03 UTC 2020
Modified Files:
pkgsrc/net/lua-socket: Makefile
Log Message:
lua-socket: Attempt to fix Darwin build
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/lua-socket/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/lua-socket/Makefile
diff -u pkgsrc/net/lua-socket/Makefile:1.11 pkgsrc/net/lua-socket/Makefile:1.12
--- pkgsrc/net/lua-socket/Makefile:1.11 Thu Jul 2 10:26:19 2020
+++ pkgsrc/net/lua-socket/Makefile Sat Jul 11 14:51:02 2020
@@ -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 @@ LICENSE= mit
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