# HG changeset patch # User gyorgyf # Date 1329599897 0 # Node ID 8c65fff56cabdeb89eec14a5b9f69a68aa88f020 # Parent c98f0ece3e80a464f7a8fd50fc65201675aa959d more libs use static linking diff -r c98f0ece3e80 -r 8c65fff56cab Makefile --- a/Makefile Fri Feb 17 11:38:04 2012 +0000 +++ b/Makefile Sat Feb 18 21:18:17 2012 +0000 @@ -16,7 +16,8 @@ INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../svcore -Io LINK = g++ LFLAGS = -Wl,-O1 -LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -L/usr/local/lib -lvamp-hostsdk -ldl -lrubberband -lrdf -lrasqal -lraptor -llo -ljack -lrt -lpulse -llrdf -loggz -logg -lfishsound -lmad -lid3tag -lz -lpthread -lQtXml -lQtNetwork -lQtCore +#LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -lpulse -L/usr/local/lib -lvamp-hostsdk -ldl -lrubberband -lrdf -lrasqal -lraptor -llo -ljack -lrt -llrdf -loggz -logg -lfishsound -lmad -lid3tag -lz -lpthread -lQtXml -lQtNetwork -lQtCore +LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -L/usr/local/lib -Wl,-Bstatic -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -lvamp-hostsdk -lrubberband -llo -ljack -lrt -llrdf -loggz -logg -lfishsound -lmad -lz -lid3tag -Wl,-Bdynamic -lQtXml -lQtNetwork -lQtCore -lpthread -ldl -lpulse -lrdf -lrasqal -lraptor AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake-qt4 diff -r c98f0ece3e80 -r 8c65fff56cab sonic-annotator Binary file sonic-annotator has changed