Use local libraries by default on linux

Necessitated by MIDI support, as many people's local portaudio libs will not be patched.
This also solves some issues with building with lv2 and ffmpeg on some Ubuntu systems.
This commit is contained in:
James Crook 2017-07-23 14:19:42 +01:00
parent f1aa9161f0
commit c6fef0a46a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The root command is often sudo on GNU/Linux, for example 'sudo make install'.
Then to compile and install Audacity:
./configure CXXFLAGS="-std=gnu++11"
./configure CXXFLAGS="-std=gnu++11" -with-lib-preferences="local system"
make
make install # as root