2006-04-11 08:27:51 +08:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# sudo
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2012-05-20 11:35:47 +08:00
|
|
|
SUDO_VERSION = 1.8.5p1
|
2011-06-07 19:03:24 +08:00
|
|
|
SUDO_SITE = http://www.sudo.ws/sudo/dist
|
2011-05-18 02:56:46 +08:00
|
|
|
SUDO_CONF_OPT = \
|
2006-04-11 08:27:51 +08:00
|
|
|
--without-lecture \
|
|
|
|
--without-sendmail \
|
|
|
|
--without-umask \
|
|
|
|
--with-logging=syslog \
|
|
|
|
--without-interfaces \
|
2011-05-18 02:56:46 +08:00
|
|
|
--without-pam
|
2006-04-11 08:27:51 +08:00
|
|
|
|
2012-07-03 06:07:32 +08:00
|
|
|
$(eval $(autotools-package))
|