From 9517f952a13a29986450e5cb44f331a8026bd952 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Sep 2025 07:58:31 +0200 Subject: update to 1.1.3 re-license spec file to CECILL-2.1 add pie virtual provides open https://github.com/codemasher/php-ext-xz/pull/12 fix ext version open https://github.com/codemasher/php-ext-xz/pull/11 fix license version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91b0fd5..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile -- cgit