From: Felix Fietkau Date: Thu, 1 May 2008 09:00:29 +0000 (+0200) Subject: fix lua plugin linking X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=55736115e73e52ee2c210a466e61dd7129661aa8;hp=c4cecfa593ac06b7ba796e98a95653e4a8ad165d fix lua plugin linking --- 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)