From 400825c5f4684699e4d691ca137403de4b5f5201 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 20:20:01 +0200 Subject: php56-php, fix build with recent scl-utils (workaround for #1133334) --- php-pecl-jsonc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php-pecl-jsonc/Makefile') diff --git a/php-pecl-jsonc/Makefile b/php-pecl-jsonc/Makefile index 13af741..6c96298 100644 --- a/php-pecl-jsonc/Makefile +++ b/php-pecl-jsonc/Makefile @@ -2,3 +2,5 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php56' -bs $(NAME).spec -- cgit