From 4b55b83e9310d1c2d3d949b4231f22994cce0905 Mon Sep 17 00:00:00 2001 From: Tobias Breckle Date: Tue, 31 May 2011 15:21:19 +0200 Subject: added new package htop Signed-off-by: Tobias Breckle --- package/htop/patches/patch-configure_ac | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/htop/patches/patch-configure_ac (limited to 'package/htop/patches/patch-configure_ac') diff --git a/package/htop/patches/patch-configure_ac b/package/htop/patches/patch-configure_ac new file mode 100644 index 000000000..642939235 --- /dev/null +++ b/package/htop/patches/patch-configure_ac @@ -0,0 +1,10 @@ +--- htop-0.9.orig/configure.ac 2011-05-31 14:26:38.000000000 +0200 ++++ htop-0.9/configure.ac 2011-05-31 14:27:56.000000000 +0200 +@@ -25,6 +25,7 @@ + AC_CHECK_HEADERS([stdlib.h string.h strings.h sys/param.h sys/time.h unistd.h curses.h],[:],[ + missing_headers="$missing_headers $ac_header" + ]) ++AC_CHECK_HEADERS([execinfo.h],[:],[:]) + + # Checks for typedefs, structures, and compiler characteristics. + AC_HEADER_STDBOOL -- cgit v1.2.3