Source: genisovh
Version: 0.1-4
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

genisovh fails to cross build from source, because the upstream Makefile
hard codes the build architecture compiler. Please consider applying the
attached patch.

Helmut
--- genisovh-0.1.orig/Makefile
+++ genisovh-0.1/Makefile
@@ -6,7 +6,7 @@
 OBJS=main.o
 
 genisovh: $(OBJS)
-	gcc $(LDFLAGS) -o $@ $+
+	$(CC) $(LDFLAGS) -o $@ $+
 
 clean: 
 	rm -f $(OBJS) genisovh core

Reply via email to