summaryrefslogtreecommitdiffstats
path: root/package/system/mountd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-19 21:45:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-19 21:45:45 +0000
commite759974c9b0532fd65472507fb57b75f14e7baf8 (patch)
treecfc1b7655ae076ee9989257b79936b598671c988 /package/system/mountd
parent296563018c094c6fc42463eecf65ce1ccf63a4d6 (diff)
downloadmaster-31e0f0ae-e759974c9b0532fd65472507fb57b75f14e7baf8.tar.gz
master-31e0f0ae-e759974c9b0532fd65472507fb57b75f14e7baf8.tar.bz2
master-31e0f0ae-e759974c9b0532fd65472507fb57b75f14e7baf8.zip
mountd: explicitly link libubox (needed by libuci)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42972
Diffstat (limited to 'package/system/mountd')
-rw-r--r--package/system/mountd/patches/060-link_libubox.patch11
1 files changed, 11 insertions, 0 deletions
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