diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 01:30:19 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 01:30:19 +0000 |
| commit | 6b2b2e3cb1b8a7296c3dc04d1a3633e77c3b3d1b (patch) | |
| tree | df2e430028de8d6c963a2819201009cd847836e3 | |
| parent | 54738d5904de5d4b8f3bd9275b27f3a360a6a5a3 (diff) | |
| download | upstream-6b2b2e3cb1b8a7296c3dc04d1a3633e77c3b3d1b.tar.gz upstream-6b2b2e3cb1b8a7296c3dc04d1a3633e77c3b3d1b.tar.bz2 upstream-6b2b2e3cb1b8a7296c3dc04d1a3633e77c3b3d1b.zip | |
fix cflags, fix adjtimex patch (#587)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3920 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/openntpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 80c3af1b9a2..ed19c18d1d7 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): |
