From 41a2834903c541ff28a647836fda323e06b192a7 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 8 May 2023 20:22:22 -0500 Subject: LD is not actually defined for makefiles See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html --- lua-nng-master-1.rockspec | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 lua-nng-master-1.rockspec (limited to 'lua-nng-master-1.rockspec') diff --git a/lua-nng-master-1.rockspec b/lua-nng-master-1.rockspec deleted file mode 100644 index 9075cb3..0000000 --- a/lua-nng-master-1.rockspec +++ /dev/null @@ -1,40 +0,0 @@ -package = "lua-nng" -rockspec_format="3.0" -version = "master-1" -source = { - url = "git+https://cogarr.net/source/cgit.cgi/lua-nng", -} -description = { - summary = "A simple binding for Nanomessage Next Generation", - homepage = "https://cogarr.net/source/cgit.cgi/lua-nng/about", - license = "BSD/2 Clause", - maintainer = "Alexander Pickering ", - labels = {"network","nanomessage","nng"} -} -external_dependencies = { - NNG = { - library = "nng", - header = "nng/nng.h" - } -} -build = { - type = "make", - build_variables = { - CFLAGS="$(CFLAGS)", - LUA_INCDIR="$(LUA_INCDIR)", - LUA_LIBDIR="$(LUA_LIBDIR)", - NNG_INCDIR="$(NNG_INCDIR)", - NNG_LIBDIR="$(NNG_LIBDIR)", - FIND="$(FIND)", - LIB_EXTENSION="$(LIB_EXTENSION)", - LIBFLAG="$(LIBFLAG)", - }, - install_variables = { - INST_PREFIX="$(PREFIX)", - INST_LIBDIR="$(LIBDIR)", - NNG_LIBDIR="$(NNG_LIBDIR)", - LUA_LIBDIR="$(LUA_LIBDIR)", - LIB_EXTENSION="$(LIB_EXTENSION)", - CP="$(CP)", - }, -} -- cgit v1.2.3-70-g09d2