From 01cb13b2a4ef95ce26a40e49dcd688a2f8a878b3 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 3 Sep 2009 00:07:42 +0000 Subject: [PATCH] ntpd: fix compile by ignoring the system md5.h header git-svn-id: svn://svn.openwrt.org/openwrt/packages@17493 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ntpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 52ce60c6b..9a8029f60 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -90,6 +90,9 @@ endef TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/libelf +CONFIGURE_VARS += \ + ac_cv_header_md5_h=no + define Build/Configure $(call Build/Configure/Default, \ --disable-all-clocks \