the faulty commit is https://github.com/mixxxdj/mixxx/commit/5ba6519a7d2ec70228a3958cf1c626b65d2c66c4
With it we have the not working: g++ -o lin64_build/mixxx -Wl,-rpath,/usr/lib/x86_64-linux-gnu -pthread -Wl,-rpath=/usr/lib/x86_64-linux-gnu
Without it we have the working: g++ -o lin64_build/mixxx -L/usr/lib/x86_64-linux-gnu -pthread -Wl,-rpath=/usr/lib/x86_64-linux-gnu
the faulty commit is https:/ /github. com/mixxxdj/ mixxx/commit/ 5ba6519a7d2ec70 228a3958cf1c626 b65d2c66c4
With it we have the not working: /usr/lib/ x86_64- linux-gnu -pthread -Wl,-rpath= /usr/lib/ x86_64- linux-gnu
g++ -o lin64_build/mixxx -Wl,-rpath,
Without it we have the working: lib/x86_ 64-linux- gnu -pthread -Wl,-rpath= /usr/lib/ x86_64- linux-gnu
g++ -o lin64_build/mixxx -L/usr/