[OpenWrt-Devel] [PATCH] fstoools: add define for GLOB_ONLYDIR
Rosen Penev
rosenp at gmail.com
Wed Mar 25 19:29:06 EDT 2020
On Wed, Mar 25, 2020 at 4:27 PM Rosen Penev <rosenp at gmail.com> wrote:
>
> This was originally a patch for musl. It is not present in musl as it is a
> GNU extension.
>
> Place it here where it belongs.
>
> Signed-off-by: Rosen Penev <rosenp at gmail.com>
Funny. openembedded has the same patch:
https://github.com/kraj/meta-openwrt/blob/master/recipes-core/fstools/files/0001-Define-GLOB_ONLYDIR-if-not-available.patch
> ---
> libfstools/overlay.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/libfstools/overlay.c b/libfstools/overlay.c
> index 14214a3..39215d5 100644
> --- a/libfstools/overlay.c
> +++ b/libfstools/overlay.c
> @@ -30,6 +30,10 @@
> #include "libfstools.h"
> #include "volume.h"
>
> +#ifndef GLOB_ONLYDIR
> +#define GLOB_ONLYDIR 0x100
> +#endif
> +
> #define SWITCH_JFFS2 "/tmp/.switch_jffs2"
>
> static bool keep_sysupgrade;
> --
> 2.25.1
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list