]> git.pld-linux.org Git - packages/php-pecl-zstd.git/commitdiff
Include openssl ext for testing
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Mar 2020 15:51:58 +0000 (17:51 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Mar 2020 15:51:58 +0000 (17:51 +0200)
php-pecl-zstd.spec

index b34d8dcabe896a1b2853f875aeda4a08a968050b..7aff384eb6717f8c73fb35b6e2ae79731bb13421 100644 (file)
@@ -39,7 +39,7 @@ cat <<'EOF' > run-tests.sh
 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
 exec %{__make} test \
        PHP_EXECUTABLE=%{__php} \
-       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="" \
+       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="openssl" \
        RUN_TESTS_SETTINGS="-q $*"
 EOF
 chmod +x run-tests.sh
This page took 0.186894 seconds and 4 git commands to generate.