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