mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
mountd: explicitly link libubox (needed by libuci)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42972
This commit is contained in:
parent
296563018c
commit
e759974c9b
11
package/system/mountd/patches/060-link_libubox.patch
Normal file
11
package/system/mountd/patches/060-link_libubox.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user