summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.10.1-trylink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/busybox-1.10.1-trylink.patch')
-rw-r--r--package/busybox/busybox-1.10.1-trylink.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.1-trylink.patch b/package/busybox/busybox-1.10.1-trylink.patch
new file mode 100644
index 000000000..9299e1f1f
--- /dev/null
+++ b/package/busybox/busybox-1.10.1-trylink.patch
@@ -0,0 +1,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