aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-22 04:52:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-10 18:06:40 -0300
commitd4639bfc4425c404841ff0cdc36bc05665c7986e (patch)
treec57f868dc472a6f8a94bcbe237d38493df27baa2 /Makefile
parentRELNOTES: add build items (diff)
downloadfirejail-d4639bfc4425c404841ff0cdc36bc05665c7986e.tar.gz
firejail-d4639bfc4425c404841ff0cdc36bc05665c7986e.tar.zst
firejail-d4639bfc4425c404841ff0cdc36bc05665c7986e.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 859a0738e..396313fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -341,7 +341,7 @@ deb: dist config.sh
341 341
342.PHONY: deb-apparmor 342.PHONY: deb-apparmor
343deb-apparmor: dist config.sh 343deb-apparmor: dist config.sh
344 ./mkdeb.sh -apparmor --enable-apparmor 344 env EXTRA_VERSION=-apparmor ./mkdeb.sh --enable-apparmor
345 345
346.PHONY: test-compile 346.PHONY: test-compile
347test-compile: dist config.mk 347test-compile: dist config.mk