[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.



tags 459745 + patch
block 459745 by 463058
thanks

...
checking for SSE optimization... (cached) yes
...

qtractor defaults on --enable-sse, which is very bad. amd64 is sse enabled
by default and on i386 we supports lots on non-sse systems. Disable it
and upload as soon as comerr-dev b0rkage has been fixed.

diff -ur qtractor-0.1.0/debian/rules qtractor-0.1.new/debian/rules
--- qtractor-0.1.0/debian/rules 2008-01-29 17:50:09.000000000 +0200
+++ qtractor-0.1.new/debian/rules       2008-01-29 17:44:41.000000000 +0200
@@ -38,7 +38,7 @@
        $(MAKE) -f Makefile.cvs
        chmod a+x configure
 #endif
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --disable-sse --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info


 build: build-stamp


-- 
"rm -rf" only sounds scary if you don't have backups



Reply to: