summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.10.1-trylink.patch
blob: 9299e1f1ff1f20924db2700a02c7871bc769ec4d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- busybox-1.10.1/scripts/trylink	Sat Apr 19 05:50:27 2008
+++ busybox-1.10.1-trylink/scripts/trylink	Wed Apr 30 02:10:19 2008
@@ -66,7 +66,7 @@
 	#if defined(__GLIBC__) && !defined(__UCLIBC__)
 	syntax error here
 	#endif
-	" >"$tempname"
+	" >"$tempname".c
     if $CC "$tempname".c -c -o "$tempname".o >/dev/null 2>&1; then
 	echo "$2";
     else