diff options
author | Patrick 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) |
commit | bbb96d7c6324aecf305809af959fb405d30ef355 (patch) | |
tree | ab899bd6c2f6e332b986f462b0508e8ea97981d0 /NEWS | |
parent | e896bac2af929d6c59e6fdad20b41d69d32848fd (diff) |
ob-buildopk: Check for touch -d at run time
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ---------------------- |