OpenSDE Framework (without history before r20070)
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.

52 lines
2.2 KiB

  1. #
  2. # File Format:
  3. # - Lines starting with '#' and empty lines are ignored
  4. # - One line per flag, no leading whitespaces
  5. # - Flags are followed by a tab and a short description
  6. DIETLIBC Packages which can be linked with dietlibc
  7. KAFFE Packages which can be built with kaffe
  8. JAIL Packages which can be jailed (see misc/jailing/...)
  9. NOPARALLEL Packages which can not be built using make -j*
  10. FPIC-QUIRK Packages which do not use -fPIC correctly and brake on certain
  11. architectures such as x86-64, PowerPC and so on
  12. LIBTOOL-QUIRK Packages which need an libtool update since the included one is
  13. out-of-date for recent architectures
  14. NO-LIBTOOL-FIX The automatic libtool fix leads to strange problems with some
  15. packages that have totally outdated auto* chain, then, it is
  16. necessary to inhibit the automatic libtool chain fixing
  17. AUTOMAKE-QUIRK Packages which need an config.{sub,guess} update to build on
  18. recent architectures
  19. NO-AS-NEEDED Packages that do not link properly with --as-needed
  20. NO-SSP Packages that do not compile properly with the GCC SSP enabled
  21. LDAP-QUIRK Packages that need explicit -L and -I to find openldap
  22. CC A C compiler (the package is using SDECFG_DEFAULT_CC)
  23. CXX A C++ compiler (the package is using SDECFG_DEFAULT_CXX)
  24. F77 A Fortran compiler (the package is using SDECFG_DEFAULT_F77)
  25. KCC A C compiler for building the kernel (SDECFG_DEFAULT_KCC)
  26. KERNEL A OS kernel package
  27. INIT An INIT system package
  28. LIBC A C Library implementation package
  29. BOOT The package implements a boot loader
  30. MTA Package is an MTAs and is using install_setmailer()
  31. PRINTER Printing System and is using install_setprinter()
  32. BINARY Packages which are binary downloads, so not build from source.
  33. E16 Package is part of the Enlightenment 16 Desktop Environment.
  34. E17 Package is part of the Enlightenment 17 Desktop Environment.
  35. KDE Package is part of the KDE Desktop Environment.
  36. XFCE Package is part of the Xfce Desktop Environment.
  37. HORDE Package is part of the Horde Project
  38. MONO Package is part of the Mono project
  39. SQUIRRELMAIL Package is SquirrelMail addon/plugin
  40. CLAWS Package is a Claws-mail plugin
  41. SETUPTOOLS Package is installed using setuptools
  42. QT3-PLUGIN Package is or contains qt3 plugins.