From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/nodejs/nodejs-uclibc.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testing/nodejs/nodejs-uclibc.patch (limited to 'testing/nodejs/nodejs-uclibc.patch') diff --git a/testing/nodejs/nodejs-uclibc.patch b/testing/nodejs/nodejs-uclibc.patch deleted file mode 100644 index 68fadff06f..0000000000 --- a/testing/nodejs/nodejs-uclibc.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- node-v0.4.2.orig/deps/v8/src/platform-linux.cc -+++ node-v0.4.2/deps/v8/src/platform-linux.cc -@@ -46,7 +46,7 @@ - #include // open - #include // open - #include // sysconf --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - #include // backtrace, backtrace_symbols - #endif // def __GLIBC__ - #include // index -@@ -447,7 +447,7 @@ - - int OS::StackWalk(Vector frames) { - // backtrace is a glibc extension. --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - int frames_size = frames.length(); - ScopedVector addresses(frames_size); - -- cgit v1.2.3