From 55736115e73e52ee2c210a466e61dd7129661aa8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 1 May 2008 11:00:29 +0200 Subject: [PATCH 1/1] fix lua plugin linking --- lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/Makefile b/lua/Makefile index 76b936d..9b6e728 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,7 +1,7 @@ include ../Makefile.inc CPPFLAGS=-I.. $(shell pkg-config --silence-errors --cflags lua5.1) -LIBS=-L.. -luci +LIBS=-L.. -luci $(shell pkg-config --silence-errors --libs lua5.1) PLUGIN_LD=$(CC) ifeq ($(OS),Darwin) -- 2.11.0