From 750709a2f59eefbc99d5657258aac23d52954000 Mon Sep 17 00:00:00 2001 From: Travis Paul Date: Sun, 19 Apr 2020 23:16:03 +0800 Subject: [PATCH] php-uuid: Mark php5.6 as incompatible --- php-uuid/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-uuid/Makefile b/php-uuid/Makefile index 3f7c4d23d8..8c9f1c73df 100644 --- a/php-uuid/Makefile +++ b/php-uuid/Makefile @@ -11,6 +11,8 @@ COMMENT= Wrapper around libuuid from the ext2utils project CONFIGURE_ARGS+= --with-uuid=${PREFIX} +PHP_VERSIONS_INCOMPATIBLE= 56 + TEST_TARGET= test TEST_ENV= NO_INTERACTION=set