diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-15 13:47:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2014-12-15 13:47:03 +0100 |
commit | 7086619ca8d75d2d2d42abe58b2893c52e3838f2 (patch) | |
tree | b605f668714a26d5b9f4b79d05bacf97df8f93ec /package/sudo/Makefile | |
parent | e84ec4eea8783147c9b954adc608cd7893513b7b (diff) |
update sudo, fix packaging issues. disable plugins
Diffstat (limited to 'package/sudo/Makefile')
-rw-r--r-- | package/sudo/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/sudo/Makefile b/package/sudo/Makefile index 63514b459..813c39ec9 100644 --- a/package/sudo/Makefile +++ b/package/sudo/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= sudo -PKG_VERSION:= 1.8.10 -PKG_RELEASE:= 3 +PKG_VERSION:= 1.8.11p2 +PKG_RELEASE:= 1 PKG_MD5SUM:= 954d64906c3f6e2436f33445a049c58b PKG_DESCR:= su do PKG_SECTION:= sys/misc -PKG_URL:= http://www.courtesan.com/sudo/ -PKG_SITES:= http://www.courtesan.com/sudo/dist/ +PKG_URL:= http://www.sudo.ws/sudo/ +PKG_SITES:= http://www.sudo.ws/sudo/dist/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz @@ -19,8 +19,12 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,SUDO,sudo,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) HOST_CPPFLAGS+= -I../ -I../include +TARGET_LDFLAGS+= -ldl CONFIGURE_ARGS+= --without-pam \ --without-sendmail \ + --disable-shared \ + --enable-static-sudoers \ + --disable-shared-libutil \ --with-env-editor ifeq ($(ADK_TARGET_USE_SSP),y) |