From ae63a4dca115771bcaf260215ba638649e1f1af5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Jun 2022 15:39:57 +0200 Subject: [PATCH] Drop zlib from bundled libraries as we don't have a copy anymore --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index ce1cb45..1b9bed3 100644 --- a/samba.spec +++ b/samba.spec @@ -1099,7 +1099,7 @@ rm -f lib/crypto/{aes,rijndael}*.c #endif with includelibs %endif -%global _samba_libraries !zlib,!popt%{_talloc_lib}%{_tevent_lib}%{_tdb_lib}%{_ldb_lib} +%global _samba_libraries !popt%{_talloc_lib}%{_tevent_lib}%{_tdb_lib}%{_ldb_lib} %global _samba_idmap_modules idmap_ad,idmap_rid,idmap_ldap,idmap_hash,idmap_tdb2 %global _samba_pdb_modules pdb_tdbsam,pdb_ldap,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4