summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 14:00:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 14:00:59 (EDT)
commitbbb96d7c6324aecf305809af959fb405d30ef355 (patch)
treeab899bd6c2f6e332b986f462b0508e8ea97981d0 /NEWS
parente896bac2af929d6c59e6fdad20b41d69d32848fd (diff)
ob-buildopk: Check for touch -d at run time
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 364d868..8bc1eba 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ Utilities:
install and uninstall cleanly due to data files being stored after
the directories that contain them. This bug was exposed by changes
in opkbuild version 4.1.0.
+ * ob-buildopk now checks for the "touch" utility's "-h" option at run
+ time instead of configure checking for it at build time. This will
+ allow ob-buildopk to detect and make use of changes to BusyBox's
+ configuration.
opkbuild version 4.1.2
----------------------