summaryrefslogtreecommitdiff
path: root/math/gotoblas/files/patch-export-Makefile
blob: 1bbd7498cbc988e0d4cfa86f69ab06f318c2e182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- exports/Makefile.orig	Sun Jan 21 14:01:28 2007
+++ exports/Makefile	Sun Jan 21 14:02:13 2007
@@ -181,7 +181,7 @@
 	./gensymbol win2kasm > symbol.S
 
 test : linktest.c
-	$(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
+	$(CC) $(CFLAGS) $(PTHREAD_CFLAGS) -w -o linktest $(PTHREAD_LIBS) linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
 	rm -f linktest
 
 linktest.c : gensymbol ../Makefile.rule ../getarch.c