comparison INSTALL @ 203:45acc5727493

removed --with-glib-static configure option linking glib statically is interesting if no other program uses it on today's systems glib is widely used if one cares on linking statically, he can link everything statically the special case for glib will not get special care anymore
author meillo@marmaro.de
date Fri, 16 Jul 2010 14:48:17 +0200
parents 5beb5d6d9623
children 5745edd5b769
comparison
equal deleted inserted replaced
202:5cecc214afc9 203:45acc5727493
95 instead of using the md5 and hmac functions within the package, link 95 instead of using the md5 and hmac functions within the package, link
96 dynamically with libcrypto. This applies only if you have SMTP AUTH 96 dynamically with libcrypto. This applies only if you have SMTP AUTH
97 enabled. Only makes sense if your resources are limited and you have 97 enabled. Only makes sense if your resources are limited and you have
98 libcrypto installed. Untested. 98 libcrypto installed. Untested.
99 99
100 --with-glib-static=PATH
101 links with glib statically. This makes the binary larger but if
102 masqmail is the only binary using glib, you save some space in total,
103 because you do not need the shared glib library installed.
104
105 100
106 --disable-debug 101 --disable-debug
107 disables debugging; setting it on the command line or in the 102 disables debugging; setting it on the command line or in the
108 configuration has no effect. Strongly discouraged, since you miss 103 configuration has no effect. Strongly discouraged, since you miss
109 valuable information if something goes wrong. 104 valuable information if something goes wrong.