From da2f3ee85ac19a44a1781a7a6a591e75f03c5684 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 30 Nov 2008 19:02:00 +0000 Subject: Potential fixes for building on Mac OSX --- configure | 29 ++++++++++++++++++++++++++++- util-src/Makefile | 6 +++--- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/configure b/configure index dda98cd7..3b1898e0 100755 --- a/configure +++ b/configure @@ -13,6 +13,8 @@ LUA_LIBDIR="/usr/lib" IDN_LIB=idn OPENSSL_LIB=crypto +CFLAGS="-shared -fPIC" + # Help show_help() { @@ -20,6 +22,8 @@ cat <