mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
doc: Fix suggested dl-search-path in README
the README suggests to set the following dl-search-path: -p $(pwd)/src/.libs/ N: [lt-pulseaudio] daemon-conf.c: Detected that we are run from the build tree, fixing search path. E: [lt-pulseaudio] ltdl-bind-now.c: Failed to open module /redacted/pulseaudio/src/.libs/.libs/module-device-restore.so: /home/pmeerw/src/pulseaudio/src/.libs/.libs/module-device-restore.so: cannot open shared object file: No such file or directory the last part seems superfluous, so -p $(pwd)/src/ Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
77347e1e91
commit
25d8de9f0b
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
|
@ -40,7 +40,7 @@ HACKING:
|
|||
./autogen.sh
|
||||
CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
|
||||
make
|
||||
./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/.libs/
|
||||
./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/
|
||||
|
||||
SPELLING:
|
||||
PulseAudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue