mirror of https://github.com/hak5/openwrt-owl.git
pppd: fix build with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41404owl
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