# HG changeset patch # User Chris Cannam # Date 1336666886 -3600 # Node ID 0b1494e959d287c94d1724ec9498fea51e5deb7c # Parent f0face94edef2317ec94f7dce97e4eed1f9a7745 Build fixes diff -r f0face94edef -r 0b1494e959d2 songparts/Makefile.linux64 --- a/songparts/Makefile.linux64 Thu May 10 17:21:22 2012 +0100 +++ b/songparts/Makefile.linux64 Thu May 10 17:21:26 2012 +0100 @@ -4,7 +4,7 @@ CXXFLAGS := $(CFLAGS) -LDFLAGS := -shared -Wl,-Bstatic -L../../qm-dsp -lqm-dsp -lvamp-sdk -Wl,-Bdynamic +LDFLAGS := -shared -Wl,-Bstatic -L../../qm-dsp -lqm-dsp -lvamp-sdk -Lbuild/linux/amd64 -llapack -lcblas -lf77blas -latlas -Wl,-Bdynamic PLUGIN_EXT := .so diff -r f0face94edef -r 0b1494e959d2 songparts/build/general/Makefile.inc --- a/songparts/build/general/Makefile.inc Thu May 10 17:21:22 2012 +0100 +++ b/songparts/build/general/Makefile.inc Thu May 10 17:21:26 2012 +0100 @@ -12,6 +12,7 @@ SOURCES := SongParts.cpp \ libmain.cpp \ + g2cstubs.c \ ../../nnls-chroma/chromamethods.cpp \ ../../nnls-chroma/nnls.c