From 2501ebb66d386ebf470dcce38ec9b07f90c800a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Oct 2016 11:46:08 +0200 Subject: php-pecl-xdiff: 1.5.2 (php 5, beta) and 2.0.1 (php 7, stable) - New packages --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4347490..878f250 100644 --- a/Makefile +++ b/Makefile @@ -109,11 +109,11 @@ php5build: php7build: @if test -f $(NAME)-php7.spec ; then \ - time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME)-php7.spec ; \ + time rpmbuild $(RPMDEFINES) -bb $(NAME)-php7.spec ; \ elif test -f $(NAME)-dev.spec ; then \ - time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME)-dev.spec ; \ + time rpmbuild $(RPMDEFINES) -bb $(NAME)-dev.spec ; \ else \ - time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME).spec ; \ + time rpmbuild $(RPMDEFINES) -bb $(NAME).spec ; \ fi php71build: -- cgit