Skip to content

Commit

Permalink
Update unypkg-php-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed Aug 31, 2024
1 parent 219902f commit 5acbefd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions unypkg-php-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ imagick_dir=(/uny/pkg/imagemagick/*)
--enable-soap \
--enable-gd \
--with-imagick="${imagick_dir[0]}" \
--enable-redis=shared \
--with-pdo-pgsql=shared \
--with-pgsql=shared
--enable-redis=shared
# --with-pdo-pgsql=shared \
# --with-pgsql=shared
make -j"$(nproc)"
Expand Down

0 comments on commit 5acbefd

Please sign in to comment.