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