tags 666337 + patch
thanks

On 30/03/12 11:14, Lucas Nussbaum wrote:
> Relevant part:
>> gcc version 4.6.3 (Debian 4.6.3-1) 
>> configure:2329: $? = 0
>> configure:2331: gcc -V </dev/null >&5
>> gcc: error: unrecognized option '-V'
>> gcc: fatal error: no input files
>> compilation terminated.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules	2009-11-18 13:39:47.000000000 +0100
+++ euler-1.61.0/debian/rules	2012-05-12 23:12:18.000000000 +0200
@@ -2,10 +2,10 @@
 
 LDFLAGS += -Wl,--as-needed
 
-build:
+build build-arch:
 	cp -f /usr/share/misc/config.guess .
 	cp -f /usr/share/misc/config.sub .
-	dh build
+	dh $@
 
 %:
 	dh $@

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to