mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fixup option to control installation of gdomap
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
386425f313
commit
e2165ef187
4 changed files with 26 additions and 24 deletions
20
configure
vendored
20
configure
vendored
|
@ -890,18 +890,14 @@ Optional Features:
|
|||
--disable-tlstest Do not try to compile and run a test TLS program
|
||||
--disable-zeroconf Disable NSNetServices support
|
||||
|
||||
--disable-setuid-gdomap Disable installing gdomap as a setuid
|
||||
executable. By default, it is
|
||||
installed as a setuid program, so that
|
||||
it can be started up automatically
|
||||
--enable-setuid-gdomap Enable installing gdomap as a setuid
|
||||
executable. By default, it is installed
|
||||
as a normal program intended to be started
|
||||
by root at system boot time, but it can
|
||||
also be started up automatically
|
||||
by any user at any time. Use this
|
||||
option if you are happy starting
|
||||
gdomap manually at startup (typically
|
||||
by adding 'gdomap -p' to your
|
||||
/etc/rc.local or equivalent start up
|
||||
script), in which case you don't need
|
||||
gdomap to be setuid and can use a more
|
||||
secure setup where it isn't setuid.
|
||||
option if you are happy having the program
|
||||
started automatically on demand.
|
||||
|
||||
--disable-openssl Disable support for openssl in URL classes
|
||||
|
||||
|
@ -22260,7 +22256,7 @@ if test "${enable_setuid_gdomap+set}" = set; then
|
|||
enableval="$enable_setuid_gdomap"
|
||||
ac_cv_setuid_gdomap=$enableval
|
||||
else
|
||||
ac_cv_setuid_gdomap="yes"
|
||||
ac_cv_setuid_gdomap="no"
|
||||
fi;
|
||||
|
||||
if test "$ac_cv_setuid_gdomap" = "yes"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue