Skip to content

Commit

Permalink
doc: Fix suggested dl-search-path in README
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Meerwald authored and tanuk committed Apr 2, 2013
1 parent 77347e1 commit 25d8de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25d8de9

Please sign in to comment.