diff options
Diffstat (limited to 'testing/samba')
-rw-r--r-- | testing/samba/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/samba/APKBUILD b/testing/samba/APKBUILD index 6f99a027fd..3ab4b56500 100644 --- a/testing/samba/APKBUILD +++ b/testing/samba/APKBUILD @@ -53,6 +53,7 @@ build() { --with-ads \ --with-shared-modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2,pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4,auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4 \ --enable-cups \ + --without-gettext \ || return 1 make || return 1 } |