From aadb840d93e9913a8e87830b83e7656788a5dd23 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 4 Oct 2007 21:26:52 +0000 Subject: Add -lunwind to libraries on openbsd to fix some compile issues (thanks nenolod) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8119 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 278bc9bbd..e3c460496 100755 --- a/configure +++ b/configure @@ -960,6 +960,7 @@ sub getosflags { if ($config{OSNAME} =~ /OpenBSD/i) { $config{MAKEPROG} = "gmake"; + $config{LDLIBS} = $config{LDLIBS} . " -lunwind"; chomp($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