By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 712
Collapse All | Expand All

(-)qt-x11-free-3.3.8-d.orig/debian/rules (-2 / +2 lines)
Lines 13-18 Link Here
13
13
14
DEB_HOST_ARCH		?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
14
DEB_HOST_ARCH		?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
15
DEB_HOST_ARCH_CPU	?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
15
DEB_HOST_ARCH_CPU	?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
16
DEB_HOST_MULTIARCH	?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
16
17
17
ifeq ($(DEB_HOST_ARCH_OS),hurd)
18
ifeq ($(DEB_HOST_ARCH_OS),hurd)
18
	PLATFORM_ARG = hurd-g++
19
	PLATFORM_ARG = hurd-g++
Lines 90-97 Link Here
90
		-I/usr/include/mysql		\
91
		-I/usr/include/mysql		\
91
		-I/usr/include/freetype2	\
92
		-I/usr/include/freetype2	\
92
		-I`pg_config --includedir`	\
93
		-I`pg_config --includedir`	\
93
						\
94
		-L/usr/lib/$(DEB_HOST_MULTIARCH)\
94
		-L/usr/lib/$(DEB_HOST_MULTIARCH)	\
95
						\
95
						\
96
		-lfontconfig			\
96
		-lfontconfig			\
97
		-inputmethod			\
97
		-inputmethod			\

Return to bug 712