mirror of https://github.com/hak5/openwrt.git
mountd: explicitly link libubox (needed by libuci)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42972lede-17.01
parent
296563018c
commit
e759974c9b
|
@ -0,0 +1,11 @@
|
|||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -2,7 +2,7 @@ PROG=mountd
|
||||
OBJS=main.o lib/log.o lib/sys.o lib/autofs.o lib/mount.o lib/timer.o lib/signal.o lib/ucix.o lib/led.o lib/fs.o lib/ucix.o
|
||||
|
||||
LDFLAGS?=
|
||||
-LDFLAGS+=-ldl -luci
|
||||
+LDFLAGS+=-ldl -luci -lubox
|
||||
|
||||
CFLAGS?=
|
||||
CFLAGS+= -Wall
|
Loading…
Reference in New Issue