luci-mod-admin-full: fix luci-bwc compilation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
546de2c81c
commit
e55b23c6ac
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ clean:
|
|||
rm -f luci-bwc *.o
|
||||
|
||||
luci-bwc: luci-bwc.o
|
||||
$(CC) $(LDFLAGS) -shared -o $@ $^
|
||||
$(CC) $(LDFLAGS) -o $@ $^ -ldl
|
||||
|
||||
compile: luci-bwc
|
||||
|
||||
|
|
Loading…
Reference in a new issue