point ntpd at the proper location of nlist.h

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10056 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-30 16:40:42 +00:00
parent 187172fdd0
commit 0a31410417

View File

@ -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 \