From 8752ffbad47a23d663c1259dab74d7e85af1bd39 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 13 Jul 2010 01:16:15 +0100 Subject: configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a671dca7..e2400c74 100755 --- a/configure +++ b/configure @@ -162,7 +162,7 @@ then then LUA_INCDIR="/usr/local/include/lua51" LUA_INCDIR_SET=yes CFLAGS="-Wall -fPIC -I/usr/local/include" - LDFLAGS="-I/usr/local/include -shared" + LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" LUA_SUFFIX="-5.1" LUA_SUFFIX_SET=yes LUA_DIR=/usr/local -- cgit v1.2.3