summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-07 12:39:51 +0200
committerRemi Collet <remi@remirepo.net>2018-06-07 12:39:51 +0200
commit8529947f3ae0fdf43ee46cac6475a708d36c4291 (patch)
tree8152bf4d3e93203fc0b4a94dc3c5aed790c4d22f /Makefile
parentc4509b199c30885490cc793a619fb17f02646642 (diff)
update to 7.3.0alpha1
switch from pcre to pcre2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 619f3b7..5ed497c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR))
include ../../common/Makefile
srpm:
- rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php72' -bs $(NAME).spec
+ rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php73' -bs $(NAME).spec