From fc8ac0c7e511db9453105176315cc54574cfc3a7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Feb 2009 12:08:11 +0000 Subject: pppd: fix build without UCLIBC_HAS_BSD_ERR Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109. --- package/pppd/pppd.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/pppd/pppd.mk') diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index 1099cd52b..0c25cd098 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -21,6 +21,7 @@ PPPD_OPTIONS_$(BR2_PACKAGE_PPPD_FILTER) += FILTER=y $(PPPD_DIR)/.unpacked: $(DL_DIR)/$(PPPD_SOURCE) $(PPPD_CAT) $(DL_DIR)/$(PPPD_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - + toolchain/patch-kernel.sh $(PPPD_DIR) package/pppd/ pppd\*.patch $(SED) 's/ -DIPX_CHANGE -DHAVE_MMAP//' $(PPPD_DIR)/pppd/Makefile.linux $(SED) 's/FILTER=y/#FILTER=y/' $(PPPD_DIR)/pppd/Makefile.linux $(SED) 's,(INSTALL) -s,(INSTALL),' $(PPPD_DIR)/*/Makefile.linux -- cgit v1.2.3-55-g7522