diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 00:58:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 00:58:20 +0000 |
commit | 70b5dc88924e5cdd3013573224965c1d840bd2f5 (patch) | |
tree | fbbb59df08e0e6dfb11ca6e36764c71cd95ebe76 /package/coreutils/coreutils-compile.patch | |
parent | afc5e9078e362b44d8d7861deded16756e097ee6 (diff) | |
download | buildroot-novena-70b5dc88924e5cdd3013573224965c1d840bd2f5.tar.gz buildroot-novena-70b5dc88924e5cdd3013573224965c1d840bd2f5.zip |
dont override CC
Diffstat (limited to 'package/coreutils/coreutils-compile.patch')
-rw-r--r-- | package/coreutils/coreutils-compile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/coreutils/coreutils-compile.patch b/package/coreutils/coreutils-compile.patch deleted file mode 100644 index e3ba33cd7..000000000 --- a/package/coreutils/coreutils-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- coreutils/lib/time_r.h.orig 2006-04-19 12:03:46.000000000 -0600 -+++ coreutils/lib/time_r.h 2006-04-19 12:03:50.000000000 -0600 -@@ -26,7 +26,7 @@ - those declarations. */ - #include <time.h> - --#if !HAVE_TIME_R_POSIX -+#if 0 - # undef asctime_r - # undef ctime_r - # undef gmtime_r |