From 060996dc7df8ba52c6b56dfff92979ac69ddbc8b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Oct 2022 16:38:31 +0000 Subject: [PATCH] macros: Extract any tarballs as our own user This works around a problem with the jail at the moment which only has one user ID available. Signed-off-by: Michael Tremer --- macros/constants.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/constants.macro b/macros/constants.macro index 2163a8b44..0a7dbbd1b 100644 --- a/macros/constants.macro +++ b/macros/constants.macro @@ -18,7 +18,7 @@ sources = %{thisapp}.tar.gz # Macro to extract tarballs. # Guesses the compression type automatically. -MACRO_EXTRACT = tar xaf +MACRO_EXTRACT = tar --no-same-owner --no-acls --no-xattrs -xaf # Remove rpath from libtool. MACRO_FIX_LIBTOOL -- 2.39.5