mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
754 B

  1. # Maintained by Clifford Wolf <clifford@rocklinux.org>
  2. #
  3. # File Format:
  4. # - Lines starting with '#' and empty lines are ignored
  5. # - One line per flag, no leading whitespaces
  6. # - Flags are followed by a tab and a short description
  7. DIETLIBC Packages which can be linked with dietlibc
  8. JAIL Packages which can be jailed (see misc/jailing/...)
  9. CC A C compiler (the package is using ROCKCFG_DEFAULT_CC)
  10. CXX A C++ compiler (the package is using ROCKCFG_DEFAULT_CXX)
  11. F77 A Fortran compiler (the package is using ROCKCFG_DEFAULT_F77)
  12. KCC A C compiler for building the kernel (ROCKCFG_DEFAULT_KCC)
  13. KERNEL A OS kernel package
  14. MTA Package is an MTAs and is using install_setmailer()
  15. PRINTER Printing System and is using install_setprinter()