mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bootstrap.sh: don't set sysconfdir and localstatedir configure options
I don't know why these options were being passed to configure (--sysconfdir has been there from the very beginning, --localstatedir got added when the system mode was added). Overwriting system files by default is not good, so let's not set these options.
This commit is contained in:
parent
493e7f3582
commit
57c9bf7902
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,6 @@ fi
|
|||
autoreconf --force --install --verbose
|
||||
|
||||
if test "x$NOCONFIGURE" = "x"; then
|
||||
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" && \
|
||||
CFLAGS="$CFLAGS -g -O0" ./configure --enable-force-preopen "$@" && \
|
||||
make clean
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue