Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Build require pkgconfig(libzip)
Browse files Browse the repository at this point in the history
Per package guidelines, packages that use pkgconfig to build against a
library should express their build requirement as such.

https://github.com/php/php-src/blob/php-7.4.1/ext/zip/config.m4#L7
https://docs.fedoraproject.org/en-US/packaging-guidelines/PkgConfigBuildRequires/
  • Loading branch information
carlwgeorge committed Dec 24, 2019
1 parent b1f73c6 commit 131f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php74.spec
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: libtool-ltdl-devel
BuildRequires: libzip-devel >= 0.11
BuildRequires: pkgconfig(libzip) >= 0.11
BuildRequires: systemtap-sdt-devel
# used for tests
BuildRequires: %{_bindir}/ps
Expand Down

0 comments on commit 131f782

Please sign in to comment.