Anye / ratproxy

Automatically exported from code.google.com/p/ratproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile changes to compile on Solaris 10

GoogleCodeExporter opened this issue · comments

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

Thanks, I'll pick this up for the next release.

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

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

  • Changed state: Fixed