logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

README.md (641B)


  1. # util-linux
  2. ## config.h
  3. Generated with
  4. ./configure \
  5. --disable-all-programs \
  6. --enable-fs-paths-default=/bin \
  7. --enable-fsck \
  8. --enable-libblkid \
  9. --enable-libmount \
  10. --enable-libuuid
  11. `HAVE_LIBBLKID` and `HAVE_LIBMOUNT` were undefined because although configure
  12. requires that we enable them, they aren't actually needed to build fdisk.
  13. `_PATH_RUNSTATEDIR` and `LOCALEDIR` are defined in a separate top section. They
  14. are normally defined with flags in `Makefile.am`.
  15. `HAVE_IOPERM` was removed since it appears to be unused. `HAVE_IOPL`
  16. was removed since it is only used by `sys-utils/hwclock-cmos.c`,
  17. which we don't build.