From: nbd Date: Sun, 30 Dec 2007 16:40:42 +0000 (+0000) Subject: point ntpd at the proper location of nlist.h X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0a31410417685be92238a92e5d2bdc7ae134ddfa;p=packages.git point ntpd at the proper location of nlist.h git-svn-id: svn://svn.openwrt.org/openwrt/packages@10056 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \