summaryrefslogtreecommitdiff
path: root/openwrt/package/openntpd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-09 01:30:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-09 01:30:19 +0000
commit59dcecf63c2123ce34a12716c173cddde9bb4b8b (patch)
treef4e140f7b03061c37b2f5a8598e5cc9a9f4ae1b3 /openwrt/package/openntpd/Makefile
parent443021ddee2e98dab714f6c6e7abcacb61d25120 (diff)
downloadmtk-20170518-59dcecf63c2123ce34a12716c173cddde9bb4b8b.zip
mtk-20170518-59dcecf63c2123ce34a12716c173cddde9bb4b8b.tar.gz
mtk-20170518-59dcecf63c2123ce34a12716c173cddde9bb4b8b.tar.bz2
fix cflags, fix adjtimex patch (#587)
SVN-Revision: 3920
Diffstat (limited to 'openwrt/package/openntpd/Makefile')
-rw-r--r--openwrt/package/openntpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile
index 80c3af1..ed19c18 100644
--- a/openwrt/package/openntpd/Makefile
+++ b/openwrt/package/openntpd/Makefile
@@ -52,7 +52,9 @@ $(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR)
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS) -DUSE_ADJTIMEX"
touch $@
$(IPKG_OPENNTPD):