mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: use pax tar format to allow longer file names
This commit is contained in:
parent
da6b15671a
commit
bcae7969db
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ AC_INIT([pulseaudio], m4_esyscmd([./git-version-gen .tarball-version]),
|
|||
AC_CONFIG_SRCDIR([src/daemon/main.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
|
||||
|
||||
m4_define(pa_major, `echo $VERSION | cut -d. -f 1`)
|
||||
m4_define(pa_minor, `echo $VERSION | cut -d. -f 2`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue