Disable building with BIND_NOW on ppc64le (#1467518)

This commit is contained in:
Florian Weimer 2017-07-04 08:23:12 +02:00
parent dcf3eeb5c0
commit 8ed8731099
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.25-668-ge237357 %define glibcsrcdir glibc-2.25-668-ge237357
%define glibcversion 2.25.90 %define glibcversion 2.25.90
%define glibcrelease 16%{?dist} %define glibcrelease 17%{?dist}
# Pre-release tarballs are pulled in from git using a command that is # Pre-release tarballs are pulled in from git using a command that is
# effectively: # effectively:
# #
@ -1013,7 +1013,10 @@ build()
../configure CC="$GCC" CXX="$GXX" CFLAGS="$configure_CFLAGS" \ ../configure CC="$GCC" CXX="$GXX" CFLAGS="$configure_CFLAGS" \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--enable-add-ons=$AddOns \ --enable-add-ons=$AddOns \
--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \ --with-headers=%{_prefix}/include $EnableKernel \
%ifnarch ppc64le
--enable-bind-now \
%endif
--build=%{target} \ --build=%{target} \
%ifarch %{multiarcharches} %ifarch %{multiarcharches}
--enable-multi-arch \ --enable-multi-arch \
@ -2261,6 +2264,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Tue Jul 4 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-17
- Disable building with BIND_NOW on ppc64le (#1467518)
* Mon Jul 03 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-16 * Mon Jul 03 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-16
- Auto-sync with upstream master, - Auto-sync with upstream master,
commit e237357a5a0559dee92261f1914d1fa2cd43a1a8: commit e237357a5a0559dee92261f1914d1fa2cd43a1a8: