diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:22:12 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:22:20 +0100 |
commit | e55b23c6ac13f566099463c5e8b294255ae1cd1d (patch) | |
tree | 9ea4d46a52cab713f5732853ff718417925e0e52 | |
parent | 546de2c81c236c8aac136442f3ae107f87421cba (diff) |
luci-mod-admin-full: fix luci-bwc compilation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r-- | modules/luci-mod-admin-full/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/src/Makefile b/modules/luci-mod-admin-full/src/Makefile index 47045fc5c..d6ed8c6e4 100644 --- a/modules/luci-mod-admin-full/src/Makefile +++ b/modules/luci-mod-admin-full/src/Makefile @@ -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 |