From: nbd Date: Sun, 19 Oct 2014 21:45:45 +0000 (+0000) Subject: mountd: explicitly link libubox (needed by libuci) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=7d5c7dbeeee19396551574c6bfe220217caefead mountd: explicitly link libubox (needed by libuci) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42972 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/mountd/patches/060-link_libubox.patch b/package/system/mountd/patches/060-link_libubox.patch new file mode 100644 index 0000000000..39acc1c568 --- /dev/null +++ b/package/system/mountd/patches/060-link_libubox.patch @@ -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