undefine _strict_symbol_defs_build
This commit is contained in:
parent
c108b2dc35
commit
7b39a0135f
9
php.spec
9
php.spec
@ -5,6 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Please preserve changelog entries
|
# Please preserve changelog entries
|
||||||
#
|
#
|
||||||
|
|
||||||
# API/ABI check
|
# API/ABI check
|
||||||
%global apiver 20170718
|
%global apiver 20170718
|
||||||
%global zendver 20170718
|
%global zendver 20170718
|
||||||
@ -12,6 +13,9 @@
|
|||||||
# Extension version
|
# Extension version
|
||||||
%global jsonver 1.6.0
|
%global jsonver 1.6.0
|
||||||
|
|
||||||
|
# we don't want -z defs linker flag
|
||||||
|
%undefine _strict_symbol_defs_build
|
||||||
|
|
||||||
# Adds -z now to the linker flags
|
# Adds -z now to the linker flags
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
@ -67,7 +71,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: %{upver}%{?rcver:~%{rcver}}
|
Version: %{upver}%{?rcver:~%{rcver}}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -1523,6 +1527,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-2
|
||||||
|
- undefine _strict_symbol_defs_build
|
||||||
|
|
||||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 7.2.2~RC1-2
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 7.2.2~RC1-2
|
||||||
- Rebuilt for switch to libxcrypt
|
- Rebuilt for switch to libxcrypt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user