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 | e2048f6c80de671b7be390a7277f5afed68a7146 (patch) | |
tree | f347a11a3d26db96ac932bbd66a1b3d725fc974d | |
parent | 493c3bb1c7397ef568ed343f744e255fb34a7f56 (diff) | |
download | master-187ad058-e2048f6c80de671b7be390a7277f5afed68a7146.tar.gz master-187ad058-e2048f6c80de671b7be390a7277f5afed68a7146.tar.bz2 master-187ad058-e2048f6c80de671b7be390a7277f5afed68a7146.zip |
mountd: explicitly link libubox (needed by libuci)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42972 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |