reopen 399125
thanks

It looks like the speex header has changed its location. The attached
patch to current rules will fix this.
--- debian/rules.orig	2006-12-06 07:38:35.000000000 +0100
+++ debian/rules	2006-12-06 08:07:47.000000000 +0100
@@ -14,6 +14,7 @@
 
 
 CFLAGS = -Wall -g
+CPPFLAGS = -I/usr/include/speex
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -36,7 +37,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-smpegtest
+	CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-smpegtest
 
 
 build: build-stamp

Reply via email to