Author: nbd Date: 2014-06-30 00:26:08 +0200 (Mon, 30 Jun 2014) New Revision: 41404
Modified: trunk/package/network/services/ppp/Makefile Log: pppd: fix build with musl Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/services/ppp/Makefile =================================================================== --- trunk/package/network/services/ppp/Makefile 2014-06-29 22:26:05 UTC (rev 41403) +++ trunk/package/network/services/ppp/Makefile 2014-06-29 22:26:08 UTC (rev 41404) @@ -171,6 +171,9 @@ MAKE_FLAGS += HAVE_MULTILINK= endif +ifdef CONFIG_USE_MUSL + MAKE_FLAGS += USE_LIBUTIL= +endif define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
