diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-02 09:57:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-02 09:57:25 +0200 |
commit | 833dba6c7ad156db24f8c6ef254e1547fabb0d35 (patch) | |
tree | d2c27a6b7d0f0c6b966720882be74a4df3ed61d8 /Makefile | |
parent | a6e73b4a3c3e95809743314c8ff0a163eaaf720c (diff) |
update to 8.5.0alpha1
fix FPM test failure https://github.com/php/php-src/pull/18992
fix ldap.h dectection https://github.com/php/php-src/pull/19005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile srpm: - rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php84' -bs $(NAME).spec + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php85' -bs $(NAME).spec |