From ed4205a1cbef7f8d0be0e79ac8412e9eb240c571 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Jun 2021 15:11:39 +0200 Subject: add patch got PHP 8.1 from https://github.com/php-memcached-dev/php-memcached/pull/486 switch to bcond and add option to disable msgpack usage --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13af741..cd129ff 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ 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 ; \ + -- cgit