Magellan Linux

Contents of /trunk/nx/patches/nx-x11-1.5.0-tmp-exec.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 349 byte(s)
-import

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