Author: nbd Date: 2014-07-04 13:42:57 +0200 (Fri, 04 Jul 2014) New Revision: 41509
Modified: trunk/package/network/services/samba36/Makefile Log: samba36: disable acl support to avoid picking up a dependency on libacl (#16988) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/services/samba36/Makefile =================================================================== --- trunk/package/network/services/samba36/Makefile 2014-07-04 09:55:14 UTC (rev 41508) +++ trunk/package/network/services/samba36/Makefile 2014-07-04 11:42:57 UTC (rev 41509) @@ -105,6 +105,7 @@ --with-piddir=/var/run \ --with-privatedir=/etc/samba \ --with-sendfile-support \ + --without-acl-support \ --without-cluster-support \ --without-ads \ --without-krb5 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
