Source: qt4-x11
Version: 4.5.1-1
Tags: patch

Hello,

When one tries to rebuild the Qt4 packages from the source
package qt4-x11, the configure script of Qt4 asks whether
one would like to build the open source or commercial version
and getting past this question requires manual intervention.

Fortunately, the configure script has an option "-opensource"
which can be used to avoid asking this question to the person
rebuilding the package from source.

Attached is the patch to the "debian/rules" file which fixes
this problem.

Regards,

M. Vefa Bicakci
--- debian/rules.original	2009-04-25 15:24:49.000000000 +0000
+++ debian/rules	2009-04-25 15:21:26.000000000 +0000
@@ -95,6 +95,7 @@
 	cp -a mkspecs/linux-g++ mkspecs/glibc-g++
 
 	./configure -confirm-license \
+	            -opensource \
 	            -prefix "/usr" \
 	            -bindir "/usr/bin" \
 	            -libdir "/usr/lib" \

Reply via email to