From d4639bfc4425c404841ff0cdc36bc05665c7986e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 22 Jun 2022 04:52:52 -0300 Subject: build: mkdeb.sh: pass all arguments to ./configure Instead of using the first argument as the `EXTRA_VERSION` variable. This should make the usage of mkdeb.sh less confusing, especially when one is not trying to set the variable. As for using `EXTRA_VERSION` (which is still optional with this commit), make sure that it is set as an environment variable before caling mkdeb.sh. Example: env EXTRA_VERSION=-apparmor ./mkdeb.sh --enable-apparmor See also commit 9a0fbbd71 ("mkdeb.sh.in: pass remaining arguments to ./configure", 2022-05-13) / PR #5154. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 859a0738e..396313fe9 100644 --- a/Makefile +++ b/Makefile @@ -341,7 +341,7 @@ deb: dist config.sh .PHONY: deb-apparmor deb-apparmor: dist config.sh - ./mkdeb.sh -apparmor --enable-apparmor + env EXTRA_VERSION=-apparmor ./mkdeb.sh --enable-apparmor .PHONY: test-compile test-compile: dist config.mk -- cgit v1.2.3-70-g09d2