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