mirror of https://github.com/hak5/openwrt.git
pppd: fix build with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41404lede-17.01
parent
94b41e9aa5
commit
1c499abcda
|
@ -171,6 +171,9 @@ else
|
||||||
MAKE_FLAGS += HAVE_MULTILINK=
|
MAKE_FLAGS += HAVE_MULTILINK=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_USE_MUSL
|
||||||
|
MAKE_FLAGS += USE_LIBUTIL=
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|
Loading…
Reference in New Issue