32 lines
851 B
Plaintext
32 lines
851 B
Plaintext
$OpenBSD: patch-libAfterBase_configure,v 1.1 2009/12/06 15:09:22 jasper Exp $
|
|
|
|
Force disable libexecinfo, causes problems during linking.
|
|
|
|
--- libAfterBase/configure.orig Mon May 4 22:56:26 2009
|
|
+++ libAfterBase/configure Thu Dec 3 17:22:18 2009
|
|
@@ -5660,7 +5660,7 @@ done
|
|
|
|
|
|
|
|
-for ac_header in sys/wait.h sys/dirent.h sys/time.h link.h execinfo.h malloc.h stdlib.h
|
|
+for ac_header in sys/wait.h sys/dirent.h sys/time.h link.h malloc.h stdlib.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
@@ -6379,6 +6379,7 @@ done
|
|
|
|
|
|
|
|
+if false; then
|
|
|
|
|
|
for ac_func in backtrace_symbols_fd backtrace_symbols backtrace
|
|
@@ -6481,6 +6482,7 @@ _ACEOF
|
|
fi
|
|
done
|
|
|
|
+fi
|
|
|
|
echo "$as_me:$LINENO: checking for struct sigcontext" >&5
|
|
echo $ECHO_N "checking for struct sigcontext... $ECHO_C" >&6
|