From: Felix Fietkau Date: Fri, 9 Jun 2006 01:30:19 +0000 (+0000) Subject: fix cflags, fix adjtimex patch (#587) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=59dcecf63c2123ce34a12716c173cddde9bb4b8b;p=librecmc%2Flibrecmc.git 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):