From b767fd8908fbde815f9d7590b3eec1f78271a933 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 30 Dec 2007 16:40:42 +0000 Subject: [PATCH] point ntpd at the proper location of nlist.h SVN-Revision: 10056 --- net/ntpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 8faaf53d5..980b54c41 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ PKG_MD5SUM:=fcb32a01e1ae3f9ed5bac86b12c7a1cc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_DEPENDS:=libelf include $(INCLUDE_DIR)/package.mk @@ -43,6 +44,8 @@ echo "ntp 123/udp # Network Time Protocol ntp 123/tcp # Network Time Protocol" >> $${IPKG_INSTROOT}/etc/services endef +TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/libelf + define Build/Configure $(call Build/Configure/Default, \ --disable-all-clocks \ -- 2.30.2