summaryrefslogtreecommitdiff
path: root/openwrt/package/openntpd/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-23 15:57:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-23 15:57:37 +0000
commit2d6c9f6d57d9be55d517f27693fee60f8ed47f4f (patch)
treec9058f1cedfff51a11e4ad80ca799689b7d5761f /openwrt/package/openntpd/Makefile
parent79a8320a8af76637eec000563d5ecfaf60b8be9e (diff)
downloadmtk-20170518-2d6c9f6d57d9be55d517f27693fee60f8ed47f4f.zip
mtk-20170518-2d6c9f6d57d9be55d517f27693fee60f8ed47f4f.tar.gz
mtk-20170518-2d6c9f6d57d9be55d517f27693fee60f8ed47f4f.tar.bz2
Updated to 3.7p1 and add support for adjtimex, thanks to Darren Tucker. Closes #320
SVN-Revision: 3267
Diffstat (limited to 'openwrt/package/openntpd/Makefile')
-rw-r--r--openwrt/package/openntpd/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile
index 45584a6..64df56a 100644
--- a/openwrt/package/openntpd/Makefile
+++ b/openwrt/package/openntpd/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openntpd
-PKG_VERSION:=3.6.1p1
+PKG_VERSION:=3.7p1
PKG_RELEASE:=1
-PKG_MD5SUM:=4584f226523776a3cdd2fb6f8212ba8d
+PKG_MD5SUM:=10ed8eefd760e5819efcf3277b118f47
# space separated list or special @SF for sourceforge projects
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \
@@ -25,6 +25,8 @@ $(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ autoconf ; \
+ autoheader ; \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -47,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
--with-builtin-arc4random \
--with-privsep-user=ntp \
+ --with-adjtimex \
);
touch $@