]> git.pld-linux.org Git - packages/php-pecl-zstd.git/blobdiff - php-pecl-zstd.spec
Update php8 argument/parameter difference
[packages/php-pecl-zstd.git] / php-pecl-zstd.spec
index 8933e1f5a4ff8c376a834ea309c2449f2bbf19c1..4f7b50d79c84705ceb1be38e966dcf97bf6818c6 100644 (file)
@@ -17,6 +17,7 @@ License:      PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       https://pecl.php.net/get/%{modname}-%{version}.tgz
 # Source0-md5: 6a3b741d39c7bccae0f20a42b03bfd6c
+Patch0:                php8-argument.patch
 URL:           https://pecl.php.net/package/zstd/
 BuildRequires: %{php_name}-cli
 BuildRequires: %{php_name}-devel
@@ -37,6 +38,7 @@ library.
 %prep
 %setup -qc
 mv %{modname}-%{version}/* .
+%patch0 -p1
 rm -r zstd
 
 cat <<'EOF' > run-tests.sh
This page took 0.096295 seconds and 4 git commands to generate.