summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:30:19 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:30:19 +0000
commitaf3d33f11cd7bc051d45a8a58689f664e4349f27 (patch)
treedf2e430028de8d6c963a2819201009cd847836e3 /openwrt
parente6452aea94f5a56414d8711c5776316b25ee4787 (diff)
fix cflags, fix adjtimex patch (#587)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3920 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 80c3af1b9..ed19c18d1 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):