From: <abe...@us...> - 2017-02-07 14:37:08
|
Revision: 8152 http://sourceforge.net/p/astlinux/code/8152 Author: abelbeck Date: 2017-02-07 14:37:06 +0000 (Tue, 07 Feb 2017) Log Message: ----------- sudo, build system, make sure not built with ldap should the default change in the future no functional change Modified Paths: -------------- branches/1.0/package/sudo/sudo.mk Modified: branches/1.0/package/sudo/sudo.mk =================================================================== --- branches/1.0/package/sudo/sudo.mk 2017-02-07 14:14:26 UTC (rev 8151) +++ branches/1.0/package/sudo/sudo.mk 2017-02-07 14:37:06 UTC (rev 8152) @@ -17,6 +17,7 @@ --with-logging=syslog \ --without-interfaces \ --without-pam \ + --without-ldap \ --with-env-editor # mksigname/mksiglist needs to run on build host to generate source files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |