Source: microbiomeutil
Version: 20101212+dfsg1-4
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

microbiomeutil fails to cross build from source, because it hard codes
the build architecture compiler. After making it substitutable, it cross
builds just fine. Please consider applying the attached patch.

Helmut
--- microbiomeutil-20101212+dfsg1.orig/NAST-iEr/Makefile
+++ microbiomeutil-20101212+dfsg1/NAST-iEr/Makefile
@@ -3,7 +3,7 @@
 all: NAST-iEr
 
 NAST-iEr: NAST-iEr.c
-	gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) NAST-iEr.c -o NAST-iEr
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) NAST-iEr.c -o NAST-iEr
 
 
 clean:

Reply via email to