From: nbd Date: Thu, 3 Sep 2009 00:07:42 +0000 (+0000) Subject: ntpd: fix compile by ignoring the system md5.h header X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=01cb13b2a4ef95ce26a40e49dcd688a2f8a878b3;p=packages.git 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 --- 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 \