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.

59 lines
2.5 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. USE_DIETLIBC Packages which shall be linked with dietlibc
  8. KAFFE Packages which can be built with kaffe
  9. JAIL Packages which can be jailed (see misc/jailing/...)
  10. NOPARALLEL Packages which can not be built using make -j*
  11. FPIC-QUIRK Packages which do not use -fPIC correctly and brake on certain
  12. architectures such as x86-64, PowerPC and so on
  13. LIBTOOL-QUIRK Packages which need an libtool update since the included one is
  14. out-of-date for recent architectures
  15. NO-LIBTOOL-FIX The automatic libtool fix leads to strange problems with some
  16. packages that have totally outdated auto* chain, then, it is
  17. necessary to inhibit the automatic libtool chain fixing
  18. AUTOMAKE-QUIRK Packages which need an config.{sub,guess} update to build on
  19. recent architectures
  20. NO-AS-NEEDED Packages that do not link properly with --as-needed
  21. NO-SSP Packages that do not compile properly with the GCC SSP enabled
  22. LDAP-QUIRK Packages that need explicit -L and -I to find openldap
  23. QT3-QUIRK Packages that need explicit -L and -I to find qt3
  24. CC A C compiler (the package is using SDECFG_DEFAULT_CC)
  25. CXX A C++ compiler (the package is using SDECFG_DEFAULT_CXX)
  26. F77 A Fortran compiler (the package is using SDECFG_DEFAULT_F77)
  27. KCC A C compiler for building the kernel (SDECFG_DEFAULT_KCC)
  28. KERNEL A OS kernel package
  29. INIT An INIT system package
  30. LIBC A C Library implementation package
  31. BOOT The package implements a boot loader
  32. MTA Package is an MTAs and is using install_setmailer()
  33. PRINTER Printing System and is using install_setprinter()
  34. BINARY Packages which are binary downloads, so not build from source.
  35. E16 Package is part of the Enlightenment 16 Desktop Environment.
  36. E17 Package is part of the Enlightenment 17 Desktop Environment.
  37. KDE Package is part of the KDE Desktop Environment.
  38. XFCE Package is part of the Xfce Desktop Environment.
  39. HORDE Package is part of the Horde Project
  40. MONO Package is part of the Mono project
  41. SQUIRRELMAIL Package is SquirrelMail addon/plugin
  42. LUA Package needs lua's generic configuration
  43. X11R6 Package has hardcoded references to X11R6
  44. GNU99 Package needs -std=gnu99 hardcoded
  45. GNU-11 Package needs -std=gnu++11 hardcoded
  46. CLAWS Package is a Claws-mail plugin
  47. SETUPTOOLS Package is installed using setuptools
  48. QT3-PLUGIN Package is or contains qt3 plugins.