highlight dependencies on graph

This commit is contained in:
2026-02-15 18:58:17 +01:00
parent 87a7eef39b
commit 9fde568bee
4 changed files with 24 additions and 13 deletions

View File

@@ -2,11 +2,11 @@
(name "php")
(version "8.5.3")
(homepage "https://www.php.net/")
(dependencies pkg-config libxml2 sqlite3 openssl zlib bzip2 curl libpng libwebp libfreetype libicu liboniguruma)
(dependencies pkg-config libxml2 sqlite3 libreadline libopenssl zlib bzip2 curl libpng libwebp libfreetype libicu liboniguruma)
(src (tar
(url "https://www.php.net/distributions/php-8.5.3.tar.gz")
(dir "php-8.5.3")
(blake3 "717d92bb41ce7c62c579469dfd5fec79f99ea0aeeeedfb813a749986b075cfdf")))
(build
(configure_make
(configure_flags "--with-curl --with-zlib --with-openssl --with-bz2 --enable-xml --enable-mbstring --enable-intl --enable-gd --enable-exif --with-gettext --with-webp --with-jpeg --with-mysqli --with-freetype"))))
(configure_flags "--with-curl --with-readline --with-zlib --with-openssl --with-bz2 --enable-xml --enable-mbstring --enable-intl --enable-gd --enable-exif --with-gettext --with-webp --with-jpeg --with-mysqli --with-freetype"))))