samba: unconditionally enable --with-sys-quotas
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Nov 2012 07:34:17 +0000 (07:34 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Nov 2012 07:20:17 +0000 (08:20 +0100)
Contrary to what was written in samba.mk, the sys-quotas option
apparently does not depend on RPC support in the toolchain: Samba
builds perfectly fine on an uClibc toolchain without RPC support with
sys-quotas enabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/samba/samba.mk

index dec60d0dc46abe17b4299277162ccc19a65629e7..4f8791767bbe9caff3bbde06b00d18c1465d1a22 100644 (file)
@@ -51,7 +51,7 @@ SAMBA_CONF_OPT = \
        \
        --without-cluster-support \
        --without-dnsupdate \
-       $(if $(BR2_TOOLCHAIN_HAS_NATIVE_RPC),--with-sys-quotas,--without-sys-quotas) \
+       --with-sys-quotas \
        --without-ads \
        --without-ldap \
        --with-included-iniparser \