diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-09 15:11:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-09 15:11:39 +0200 |
commit | ed4205a1cbef7f8d0be0e79ac8412e9eb240c571 (patch) | |
tree | ccb0e7c509312c6339069a645c59ffe74e19480e /Makefile | |
parent | f2b045e6df0a7734146cc15b1215c1de0f44d0e4 (diff) |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ; \ + |