summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-06 01:15:24 +0100
committermanuel <manuel@mausz.at>2013-02-06 01:15:24 +0100
commit84e3f19dfee6dea64dc0f892031d24f61e1f6e3a (patch)
tree762fc621a8029de852a6add617c2aeb0532bfc08
parent5d62ef412db1873e0e9f5521c78255c0f52be3de (diff)
downloadqmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.tar.gz
qmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.tar.bz2
qmail-84e3f19dfee6dea64dc0f892031d24f61e1f6e3a.zip
set configure/compiler parameters/flags
-rw-r--r--conf-cc2
-rw-r--r--conf-ld2
-rw-r--r--conf-spawn2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf-cc b/conf-cc
index 782611a..d2d73ab 100644
--- a/conf-cc
+++ b/conf-cc
@@ -1,3 +1,3 @@
1cc -O2 -DTLS=20070408 -I/usr/local/ssl/include 1gcc -O2 -pipe -DTLS
2 2
3This will be used to compile .c files. 3This will be used to compile .c files.
diff --git a/conf-ld b/conf-ld
index a9e796a..c52f794 100644
--- a/conf-ld
+++ b/conf-ld
@@ -1,3 +1,3 @@
1cc -s 1gcc -Wl,-O1 -Wl,--as-needed
2 2
3This will be used to link .o files into an executable. 3This will be used to link .o files into an executable.
diff --git a/conf-spawn b/conf-spawn
index cc11d5c..7394ac2 100644
--- a/conf-spawn
+++ b/conf-spawn
@@ -1,4 +1,4 @@
11000 1500
2 2
3This is a silent concurrency limit. You can't set it above 255. On some 3This is a silent concurrency limit. You can't set it above 255. On some
4systems you can't set it above 125. qmail will refuse to compile if the 4systems you can't set it above 125. qmail will refuse to compile if the