From 87703412c1bdc8f88f89dd7e4c13fb7df1a83c13 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 3 Dec 2008 19:55:57 +0000 Subject: Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes --- util-src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-src/Makefile') diff --git a/util-src/Makefile b/util-src/Makefile index 5dcd65d2..a325a0d6 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -28,5 +28,5 @@ encodings.so: encodings.o hashes.o: hashes.c gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o hashes.o hashes.c hashes.so: hashes.o - export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o hashes.so hashes.o -L/usr/local/lib -lcrypto -lssl + export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(CFLAGS) -o hashes.so hashes.o -L/usr/local/lib -lcrypto -lssl -- cgit v1.2.3