diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-07 12:39:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-07 12:39:51 +0200 |
commit | 8529947f3ae0fdf43ee46cac6475a708d36c4291 (patch) | |
tree | 8152bf4d3e93203fc0b4a94dc3c5aed790c4d22f /Makefile | |
parent | c4509b199c30885490cc793a619fb17f02646642 (diff) |
update to 7.3.0alpha1
switch from pcre to pcre2
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 php72' -bs $(NAME).spec + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php73' -bs $(NAME).spec |