diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-18 09:05:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-18 09:05:48 +0200 |
commit | 5b5b57a8754552d642c3d7a8b0cab10d0c5dac96 (patch) | |
tree | e32b06a4d2c01c4ec414597be5cb42ad8d3a92da /Makefile | |
parent | 08213f59fbfc6a2aa81a8cbec7f8191ea32ec7f1 (diff) |
add help for PHP 7 extension build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -91,6 +91,15 @@ rpmdiff: devsrc: spectool -g -S $(NAME)-dev.spec +php7src: + spectool -g -S $(NAME)-php7.spec + +php7build: + time rpmbuild $(RPMDEFINES) --define "scl php70" --without zts -bb $(NAME)-php7.spec + +php7srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) -bs $(NAME)-php7.spec + src: spectool -g -S $(NAME).spec |