mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
```
/root/.termux-build/inetutils/src/lib/glob.c:317:53: error: use of undeclared identifier '__GLOB_FLAGS'
if (pattern == NULL || pglob == NULL || (flags & ~__GLOB_FLAGS) != 0)
^
/root/.termux-build/inetutils/src/lib/glob.c:326:14: error: use of undeclared identifier 'GLOB_ONLYDIR'
flags |= GLOB_ONLYDIR;
^
/root/.termux-build/inetutils/src/lib/glob.c:505:32: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && pattern[0] == '~')
^
/root/.termux-build/inetutils/src/lib/glob.c:616:28: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && dirname[0] == '~')
^
/root/.termux-build/inetutils/src/lib/glob.c:693:27: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
if (flags & GLOB_TILDE_CHECK)
^
CC libgnu_a-i-ring.o
CC libgnu_a-ialloc.o
/root/.termux-build/inetutils/src/lib/glob.c:881:29: error: use of undeclared identifier 'GLOB_TILDE_CHECK'
if (flags & GLOB_TILDE_CHECK)
^
/root/.termux-build/inetutils/src/lib/glob.c:1000:41: error: use of undeclared identifier 'GLOB_ONLYDIR'
| GLOB_NOSORT | GLOB_ONLYDIR),
^
CC libgnu_a-imaxtostr.o
/root/.termux-build/inetutils/src/lib/glob.c:1362:39: error: use of undeclared identifier 'GLOB_PERIOD'
int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0)
^
/root/.termux-build/inetutils/src/lib/glob.c:1386:27: error: use of undeclared identifier 'GLOB_ONLYDIR'
if (flags & GLOB_ONLYDIR)
^
9 errors generated.
make[4]: *** [Makefile:3860: libgnu_a-glob.o] Error 1
```