From ecc16d8af29c2f1b67f30734c791aa1f811390cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2014 09:09:45 +0200 Subject: php55-php: update to 5.5.16 + enable most extensions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 153c3d6..7d06a15 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile srpm: - rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php54' -bs $(NAME).spec + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php55' -bs $(NAME).spec -- cgit