mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
make --enable-force-preopen the default for SVN builds
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@701 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1f7a008f43
commit
d4b22f3000
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ else
|
|||
run_versioned automake "$VERSION" -a -c --foreign
|
||||
|
||||
if test "x$NOCONFIGURE" = "x"; then
|
||||
CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"
|
||||
CFLAGS="-g -O0" ./configure --sysconfdir=/etc --enable-force-preopen "$@"
|
||||
make clean
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue