Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Enable zip extension using bundled libzip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnei committed Apr 29, 2019
1 parent 74d23c9 commit 1b626f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions php73.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

%global with_argon2 1
%global with_dtrace 1
%global with_zip 0
%global with_zip 1
%global with_libzip 0
%if 0%{?fedora}
%global with_zts 1
Expand All @@ -66,7 +66,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php73
Version: 7.3.4
Release: 2%{?dist}
Release: 3%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
Expand Down Expand Up @@ -1134,6 +1134,8 @@ build --libdir=%{_libdir}/php \
--enable-zip=shared \
%if %{with_libzip}
--with-libzip \
%else
--without-libzip \
%endif
%endif
--without-readline \
Expand Down Expand Up @@ -1276,6 +1278,8 @@ build --includedir=%{_includedir}/php-zts \
--enable-zip=shared \
%if %{with_libzip}
--with-libzip \
%else
--without-libzip \
%endif
%endif
--without-readline \
Expand Down Expand Up @@ -1733,6 +1737,9 @@ exit 0


%changelog
* Mon Apr 29 2019 Matt Linscott <matt.linscott@gmail.com> - 7.3.4-3
- Enable zip extension using bundled libzip

* Wed Apr 17 2019 Matt Linscott <matt.linscott@gmail.com> - 7.3.4-2
- Initial port from Fedora to IUS
- Move httpd module to a mod_php subpackage
Expand Down

0 comments on commit 1b626f0

Please sign in to comment.