mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 12:20:23 +01:00
build: Change the tar format for generating tarballs to posix format (pax)
The `ustar` format that is used to generate NM tarballs only supports a 21-bit uid/gid causing the `make dist` command (or similar commands involving tar archive creation) fails for users with high UIDs. This commit changes the tar format from `ustar` to `pax` format which does not have such limitation and is aligned with future plan to switch to meson build system (which already uses the `pax` format).
This commit is contained in:
parent
4f90b3e036
commit
e0b5725e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_REQUIRE_AUX_FILE([tap-driver.sh])
|
||||
|
||||
AM_INIT_AUTOMAKE(1.12 foreign tar-ustar no-dist-gzip dist-xz -Wno-portability) dnl NB: Do not [quote] this parameter.
|
||||
AM_INIT_AUTOMAKE(1.12 foreign tar-pax no-dist-gzip dist-xz -Wno-portability) dnl NB: Do not [quote] this parameter.
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue