From aca398bb7fa956dc44e1442969c4a2a425780997 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 29 Nov 2006 12:59:56 +0000 Subject: - compile against the cross toolchain, not the host --- package/lsof/lsof-uclibc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/lsof/lsof-uclibc.patch (limited to 'package/lsof/lsof-uclibc.patch') diff --git a/package/lsof/lsof-uclibc.patch b/package/lsof/lsof-uclibc.patch new file mode 100644 index 000000000..80a46da6f --- /dev/null +++ b/package/lsof/lsof-uclibc.patch @@ -0,0 +1,12 @@ +diff -ru lsof_4.77.orig/lsof_4.77_src/dialects/linux/dlsof.h lsof_4.77/lsof_4.77_src/dialects/linux/dlsof.h +--- lsof_4.77.orig/lsof_4.77_src/dialects/linux/dlsof.h 2006-03-28 00:57:14.000000000 +0200 ++++ lsof_4.77/lsof_4.77_src/dialects/linux/dlsof.h 2006-11-29 14:03:07.000000000 +0100 +@@ -49,7 +49,7 @@ + #include + #include + +-# if defined(GLIBCV) ++# if defined(GLIBCV) || defined __UCLIBC__ + #include + # else /* !defined(GLIBCV) */ + #include -- cgit v1.2.3