Skip to content
Snippets Groups Projects
Commit e759974c authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mountd: explicitly link libubox (needed by libuci)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 42972
parent 29656301
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment