summaryrefslogtreecommitdiff
blob: 40f5faac5970134a5f53e45b948e1171173fc0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
--- common/nx-X11/config/imake/imake.c.orig	2006-11-05 00:10:49.000000000 +0000
+++ common/nx-X11/config/imake/imake.c	2006-11-05 00:11:49.000000000 +0000
@@ -974,7 +974,7 @@
 static void
 get_libc_version(FILE *inFile)
 {
-  char aout[] = "/tmp/imakeXXXXXX";
+  char aout[] = "./imakeXXXXXX";
   FILE *fp;
   const char *format = "%s -o %s -x c -";
   char *cc;