summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cd129fffce039ae2a3faa8684314222481790b55 (plain)
1
2
3
4
5
6
7
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../../../common/Makefile

php81build:
	time rpmbuild $(RPMDEFINES) --define "scl php81" --define "php_version 8.1.0" --without igbinary --without msgpack --without zts -bb $(NAME).spec ; \