diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-09 10:00:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-09 10:00:59 +0000 |
commit | 63c97a8c8b2492e7d24ecb9354110ef988d20c42 (patch) | |
tree | 1cd6ba926408b4d138b050efce573552ec35714b /package/busybox/busybox-1.10.1-trylink.patch | |
parent | 85df60a8ecb6c5003c3e713caae7482b27d38d04 (diff) | |
download | buildroot-novena-63c97a8c8b2492e7d24ecb9354110ef988d20c42.tar.gz buildroot-novena-63c97a8c8b2492e7d24ecb9354110ef988d20c42.zip |
busybox: bump version
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 |