mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 02:39:40 +00:00
pppd: fix build with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41404
This commit is contained in:
parent
94b41e9aa5
commit
1c499abcda
@ -171,6 +171,9 @@ else
|
||||
MAKE_FLAGS += HAVE_MULTILINK=
|
||||
endif
|
||||
|
||||
ifdef CONFIG_USE_MUSL
|
||||
MAKE_FLAGS += USE_LIBUTIL=
|
||||
endif
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
|
||||
Loading…
Reference in New Issue
Block a user