luci-mod-admin-full: fix luci-bwc compilation

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-01-11 16:22:12 +01:00
parent 546de2c81c
commit e55b23c6ac

View file

@ -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