summaryrefslogtreecommitdiff
path: root/package/htop/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-16 17:20:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-16 17:20:43 +0200
commitac01f0d24321933d3456190164f5b68ccc94976a (patch)
tree4ca9b8308e7a4e952ef1954721f147938e437e32 /package/htop/patches/patch-configure_ac
parent8bff78d7d3f862602bf81dde6b22eac78478f517 (diff)
parent8381f7c4ca8cc9894ddd152e90a8333a7e6635d9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/htop/patches/patch-configure_ac')
-rw-r--r--package/htop/patches/patch-configure_ac10
1 files changed, 10 insertions, 0 deletions
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