mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 14:52:47 +00:00
update libtool.m4
This commit is contained in:
parent
a3cd695872
commit
3aef93b959
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
Summary: The PHP7 scripting language
|
||||
Name: php
|
||||
Version: 7.4.24
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz
|
||||
Source1: macros.php
|
||||
Group: Development/PHP
|
||||
|
@ -1764,6 +1764,11 @@ sed -e "s/@PHP_APIVER@/%{apiver}/" \
|
|||
< %{SOURCE1} > macros.php
|
||||
%install_macro %{name} macros.php
|
||||
|
||||
# update libtool.m4 file
|
||||
cp %{_datadir}/aclocal/libtool.m4 %{buildroot}%{_libdir}/php/build
|
||||
cat %{_datadir}/aclocal/ltoptions.m4 %{_datadir}/ltversion.m4 \
|
||||
%{_datadir}/aclocal/ltsugar.m4 %{_datadir}/aclocal/lt~obsolete.m4 >> %{buildroot}%{_libdir}/php/build/libtool.m4
|
||||
|
||||
%if %{build_test}
|
||||
# do a make test
|
||||
export NO_INTERACTION=1
|
||||
|
|
Loading…
Add table
Reference in a new issue