Comment 9 for bug 1779539

Revision history for this message
Daniel Schürmann (daschuer) wrote :

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