projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cecfa
)
fix lua plugin linking
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 May 2008 09:00:29 +0000
(11:00 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 1 May 2008 09:00:29 +0000
(11:00 +0200)
lua/Makefile
patch
|
blob
|
history
diff --git
a/lua/Makefile
b/lua/Makefile
index 76b936d709c7f5dba0c16d1482935c5c3dc7beb8..9b6e72839aed97c46f3c3286e1787fbe530b1604 100644
(file)
--- 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)