SHA256
1
0
forked from pool/samba

Accepting request 579626 from network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/579626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=229
This commit is contained in:
Dominique Leuenberger 2018-02-25 10:32:13 +00:00 committed by Git OBS Bridge
commit edf6b9cfda
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 15:27:07 UTC 2018 - dmulder@suse.com
- samba fails to build with glibc2.27; (bsc#1081042);
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 12 09:12:02 UTC 2018 - scabrero@suse.com Mon Feb 12 09:12:02 UTC 2018 - scabrero@suse.com

View File

@ -1067,6 +1067,9 @@ if command -v ncurses6-config &> /dev/null; then
fi fi
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS -I/usr/include/tirpc" export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS -I/usr/include/tirpc"
%if 0%{?suse_version} >= 1330
export LDFLAGS="-ltirpc"
%endif
%if 0%{?suse_version} < 1141 %if 0%{?suse_version} < 1141
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
%endif %endif