Skip to content
Snippets Groups Projects
Commit 1c499abc authored by Felix Fietkau's avatar Felix Fietkau
Browse files

pppd: fix build with musl


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41404
parent 94b41e9a
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,9 @@ else ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment