From 833dba6c7ad156db24f8c6ef254e1547fabb0d35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jul 2025 09:57:25 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96fad12..1d3a69a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit