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