From: Felix Fietkau Date: Sun, 29 Jun 2014 22:26:08 +0000 (+0000) Subject: pppd: fix build with musl X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=f9ab4e48c1795e24593279b4471e93f29a56d9d1;p=15.05%2Fopenwrt.git pppd: fix build with musl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41404 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index e4e3014f5e..4cee97a0a2 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -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