diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 21:45:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 21:45:45 +0000 |
commit | e759974c9b0532fd65472507fb57b75f14e7baf8 (patch) | |
tree | cfc1b7655ae076ee9989257b79936b598671c988 /package/system/mountd | |
parent | 296563018c094c6fc42463eecf65ce1ccf63a4d6 (diff) | |
download | upstream-e759974c9b0532fd65472507fb57b75f14e7baf8.tar.gz upstream-e759974c9b0532fd65472507fb57b75f14e7baf8.tar.bz2 upstream-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.patch | 11 |
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 |