[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaxyssl on mac osx
- From: Petite Abeille <petite.abeille@...>
- Date: Fri, 16 Apr 2010 19:42:23 +0200
On Apr 16, 2010, at 7:16 PM, Valerio Schiavoni wrote:
> in case someone already solved this issue, please let me know. I'll trying
> to build luaxyssl on mac osx.
Seems to work ok.
Once you have xyssl itself compiled, you need to change lxyssl's makefile a bit.
E.g.:
$T: $(OBJS)
$(CC) -o $@ -bundle -undefined dynamic_lookup $(OBJS) $(LIBS) $(LDFLAGS)
Then the test file, hmmm, mostly run (e.g. some of the AES assertions seem to fail).