[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] bootstrap.sh: don't set sysconfdir and localstatedir configure options
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Tue Aug 13 14:02:59 UTC 2019
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
57c9bf79 by Tanu Kaskinen at 2019-08-13T13:49:31Z
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.
- - - - -
1 changed file:
- bootstrap.sh
Changes:
=====================================
bootstrap.sh
=====================================
@@ -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
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/57c9bf7902dab231981f5b08a730bc89aa04e284
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/57c9bf7902dab231981f5b08a730bc89aa04e284
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190813/91e74e38/attachment.html>
More information about the pulseaudio-commits
mailing list