tags 374173 - help
tags 374173 + patch pending
thanks

The attached patch should fix this bug, thanks to Diego Berrueta, the
upstream author.

Next upload will close #374173.

-- 
bye,
        - Nacho
# Fixing #374173
# Thanks to Diego Berrueta <[EMAIL PROTECTED] 

diff -ur zinc-compiler-1.0.2.orig/debian/rules zinc-compiler-1.0.2/debian/rules
--- zinc-compiler-1.0.2.orig/debian/rules	2006-09-20 22:42:05.000000000 +0200
+++ zinc-compiler-1.0.2/debian/rules	2006-09-20 22:42:43.000000000 +0200
@@ -15,7 +15,7 @@
 
 config.status: patch configure
 	dh_testdir
-	CFLAGS="$(CFLAGS)" CC=gcc-3.4 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CFLAGS="$(CFLAGS)" CC=gcc-3.4 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-trampoline
 
 build: build-stamp
 

Reply via email to