From 36cf68921b6a58600993254da4e0e2f71034ce54 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 26 Aug 2008 13:47:49 +0000 Subject: Remove -lunwind from openbsd stuff, per Dagonet git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10308 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 964a4f19d..05a9ea2c4 100755 --- a/configure +++ b/configure @@ -1106,7 +1106,8 @@ sub getosflags { if ($config{OSNAME} =~ /OpenBSD/i) { $config{MAKEPROG} = "gmake"; - $config{LDLIBS} = $config{LDLIBS} . " -lunwind"; +# apparantly (Dagonet says) that this causes problems, so let's try without it. +# $config{LDLIBS} = $config{LDLIBS} . " -lunwind"; chomp(my $foo = `eg++ -dumpversion | cut -c 1`); # theyre running the package version of gcc (eg++)... detect it and set up its version numbers. # if theyre not running this, configure lets the build continue but they probably wont manage to -- cgit v1.2.3