We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ee4c commit afc65c0Copy full SHA for afc65c0
1 file changed
unypkg-php-build.sh
@@ -13,7 +13,7 @@ wget -qO- uny.nu/pkg | bash -s buildsys
13
14
### Installing build dependencies
15
unyp install openssl re2c icu curl libpng libwebp libjpeg-turbo freetype libgd imagemagick \
16
- pcre2 libxml2 libxslt libexif libzip oniguruma argon2
+ pcre2 libxml2 libxslt libexif libzip oniguruma argon2 systemd
17
18
### Getting Variables from files
19
UNY_AUTO_PAT="$(cat UNY_AUTO_PAT)"
@@ -102,6 +102,7 @@ imagick_dir=(/uny/pkg/imagemagick/*)
102
--enable-fpm \
103
--with-fpm-user=unyweb \
104
--with-fpm-group=unyweb \
105
+ --with-fpm-systemd \
106
--with-config-file-path=/etc/uny \
107
--enable-gettext \
108
--with-readline="${readline_dir[0]}" \
0 commit comments