diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 20:20:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 20:20:01 +0200 |
commit | 400825c5f4684699e4d691ca137403de4b5f5201 (patch) | |
tree | 128db5e94a67d5ddfdf73508b7e214ae4e7c0a62 /php-pecl-jsonc/Makefile | |
parent | e61d318ec036356ef88e0591643c3814c89ae6d0 (diff) |
php56-php, fix build with recent scl-utils (workaround for #1133334)
Diffstat (limited to 'php-pecl-jsonc/Makefile')
-rw-r--r-- | php-pecl-jsonc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |