cnHackintosh / ratproxy

Automatically exported from code.google.com/p/ratproxy
0 stars 0 forks source link

Makefile changes to compile on Solaris 10 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Changes needed to Makefile to compile on Solaris10.

23,24c23,25
< CFLAGS         = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
< LDFLAGS  = -lcrypto -lssl

---
> #CFLAGS        = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
> CFLAGS         = -Wall -O3  -D_GNU_SOURCE
> LDFLAGS  = -lcrypto -lssl -lsocket -lnsl

You will need GCC.
You must also have openssl built and resolvable via 
ENV variable LD_LIBRARY_PATH 
To compile type in "make CC=gcc"

Original issue reported on code.google.com by ashish.l...@gmail.com on 2 Jul 2008 at 7:21

GoogleCodeExporter commented 8 years ago
Thanks, I'll pick this up for the next release.

Original comment by lcam...@gmail.com on 3 Jul 2008 at 4:37

GoogleCodeExporter commented 8 years ago
Thanks for the report. I included these instructions for 1.51 beta.

Original comment by lcam...@gmail.com on 3 Jul 2008 at 6:33