Software / code / prosody
Comparison
util-src/Makefile @ 536:dfe06eab47c0
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 03 Dec 2008 19:55:57 +0000 |
| parent | 534:684cd8aedc1a |
| child | 537:c157c1412bda |
comparison
equal
deleted
inserted
replaced
| 535:74f32ac6db40 | 536:dfe06eab47c0 |
|---|---|
| 26 | 26 |
| 27 | 27 |
| 28 hashes.o: hashes.c | 28 hashes.o: hashes.c |
| 29 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o hashes.o hashes.c | 29 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o hashes.o hashes.c |
| 30 hashes.so: hashes.o | 30 hashes.so: hashes.o |
| 31 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o hashes.so hashes.o -L/usr/local/lib -lcrypto -lssl | 31 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(CFLAGS) -o hashes.so hashes.o -L/usr/local/lib -lcrypto -lssl |
| 32 | 32 |