From: Felix Fietkau Date: Fri, 9 Jun 2006 01:30:19 +0000 (+0000) Subject: fix cflags, fix adjtimex patch (#587) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=73be8f5444c495c439e6c427fe11ccf01db4cd72;hp=7c9a075fa14505e1861c70136ee5e55ff57408f5 fix cflags, fix adjtimex patch (#587) SVN-Revision: 3920 --- diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 80c3af1b9a..ed19c18d1d 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):