diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 22:26:08 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 22:26:08 +0000 |
| commit | 1c499abcdaeb30bb27c68cf2032fe4f986f52dda (patch) | |
| tree | 51fab13a6de66cc65dea65740e233ef633a272b1 | |
| parent | 94b41e9aa56be2701141db0cb768ebe388cfd97d (diff) | |
| download | upstream-1c499abcdaeb30bb27c68cf2032fe4f986f52dda.tar.gz upstream-1c499abcdaeb30bb27c68cf2032fe4f986f52dda.tar.bz2 upstream-1c499abcdaeb30bb27c68cf2032fe4f986f52dda.zip | |
pppd: fix build with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41404
| -rw-r--r-- | package/network/services/ppp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index e4e3014f5e1..4cee97a0a2d 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 |
