# HG changeset patch # User Matthew Wild # Date 1278611957 -3600 # Node ID 73f078caf99d35449809d858d97e473deb7acaae # Parent e6bb6bc4cfbe246db10451d71b54479b4b42ed43 util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary as symbols are exported from the Lua binary (thanks deryni) diff -r e6bb6bc4cfbe -r 73f078caf99d util-src/Makefile --- a/util-src/Makefile Thu Jul 08 14:47:14 2010 +0100 +++ b/util-src/Makefile Thu Jul 08 18:59:17 2010 +0100 @@ -16,7 +16,7 @@ .o.so: MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; - $(LD) $(LDFLAGS) -o $@ $< -L$(LUA_LIBDIR) -llua$(LUA_SUFFIX) -lidn -lcrypto + $(LD) $(LDFLAGS) -o $@ $< -lidn -lcrypto all: encodings.so hashes.so pposix.so signal.so