2006-04-11 02:27:51 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# sudo
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2012-08-03 13:48:28 +02:00
|
|
|
SUDO_VERSION = 1.8.5p2
|
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-08-04 22:11:01 +02:00
|
|
|
define SUDO_PERMISSIONS
|
|
|
|
/usr/bin/sudo f 4755 0 0 - - - - -
|
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|