]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - .config-default
Disabled building of static libs in various packages.
[people/amarx/ipfire-3.x.git] / .config-default
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20 # This is a sample config. Copy this file to .config and adjust the values #
21 # below to your own needs. #
22 ###############################################################################
23
24 ###############################################################################
25 # Target Architecture #
26 ###############################################################################
27 # TARGET is one out of i686|i586|i486|i386|via-c7|via-c3. #
28 # This is the target architecture you specify for the system that is built. #
29 # Default is i686. #
30 ###############################################################################
31
32 #TARGET=i686
33
34 ###############################################################################
35 # Stack Smashing Protector #
36 ###############################################################################
37 # A security feature that prevents buffer overruns. #
38 # This is enabled by default. To disable set it to zero. #
39 # Read more: http://www.research.ibm.com/trl/projects/security/ssp/ #
40 ###############################################################################
41
42 #SSP=1
43
44 ###############################################################################
45 # Position Independent Executeables #
46 ###############################################################################
47 # This allows base addresses relocation of libraries. #
48 # This is enabled by default. To disable set it to zero. #
49 ###############################################################################
50
51 #PIE=1
52
53 ###############################################################################
54 # GRSecurity #
55 ###############################################################################
56 # GRSecurity is an innovative approach to security utilizing a multi-layered #
57 # detection, prevention, and containment model. #
58 # This is enabled by default. To disable set it to zero. #
59 ###############################################################################
60
61 #PAX=1
62
63 ###############################################################################
64 # Niceness #
65 ###############################################################################
66 # NICE is the value that indicates the priority to the process it runs with. #
67 # The higher the niceness the less is the priority of the whole task. #
68 # Default is 10. #
69 ###############################################################################
70
71 #NICE=10
72
73 ###############################################################################
74 # Jobs #
75 ###############################################################################
76 # If you have got more than one processor you can advice the gcc to run more #
77 # than one job a time. You also may want to adjust this when using distcc. #
78 # Default is count of cpus twice + 1. #
79 ###############################################################################
80
81 #PARALLELISM=3
82
83 ###############################################################################
84 # Distcc Hosts #
85 ###############################################################################
86 # Distcc lets you run some instances of gcc on other dedicated machines. #
87 # In this list you add the adresses of the hosts. Note that there is no dns #
88 # available in the chroot. #
89 # Default is compling on localhost only. #
90 ###############################################################################
91
92 #DISTCC_HOSTS="localhost"