projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix cflags, fix adjtimex patch (#587)
[openwrt.git]
/
openwrt
/
package
/
openntpd
/
Makefile
diff --git
a/openwrt/package/openntpd/Makefile
b/openwrt/package/openntpd/Makefile
index
80c3af1
..
ed19c18
100644
(file)
--- 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):
This page took
0.02015 seconds
and
4
git commands to generate.