mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 09:32:49 +00:00
alternative way to set bundled-librares
This commit is contained in:
parent
1946a9bf5c
commit
fe7ac9082a
1 changed files with 4 additions and 1 deletions
|
@ -687,7 +687,9 @@ packages of Samba.
|
|||
%{_mandir}/man8/vfs_shadow_copy.8*
|
||||
%{_mandir}/man8/vfs_shadow_copy2.8*
|
||||
%{_mandir}/man8/vfs_shell_snap.8*
|
||||
%ifnarch %{armx}
|
||||
%{_mandir}/man8/vfs_snapper.8*
|
||||
%endif
|
||||
%{_mandir}/man8/vfs_streams_depot.8*
|
||||
%{_mandir}/man8/vfs_streams_xattr.8*
|
||||
%{_mandir}/man8/vfs_time_audit.8*
|
||||
|
@ -698,6 +700,7 @@ packages of Samba.
|
|||
%{_mandir}/man8/vfs_linux_xfs_sgid.8*
|
||||
%{_mandir}/man8/vfs_syncops.8*
|
||||
%{_mandir}/man8/vfs_virusfilter.8*
|
||||
%{_datadir}/samba/mdssvc/elasticsearch_mappings.json
|
||||
|
||||
%post common
|
||||
systemd-tmpfiles --create %{_tmpfilesdir}/samba.conf
|
||||
|
@ -1393,7 +1396,7 @@ chmod +x ./buildtools/bin/waf
|
|||
--with-sockets-dir=/run/samba \
|
||||
--with-statedir=%{_var}/lib/samba \
|
||||
--with-cachedir=%{_var}/cache/samba \
|
||||
--bundled-libraries=heimdal,!zlib,!popt,!talloc,!tevent,!tdb,!ldb \
|
||||
--bundled-libraries=heimdal,NONE \
|
||||
--enable-cups \
|
||||
--enable-avahi \
|
||||
--with-pam \
|
||||
|
|
Loading…
Add table
Reference in a new issue