optimal build options?

2009-10-14 Thread Greg Gard
hi all, i recently started building haproxy and was a bit fuzzy on what the preferred options are for the build. i read the README, but still find myself wondering if i have the best set. here is what i did: first i edited the makefile: PREFIX = /usr/local/haproxy/1.3.20 then ran: make

Re: optimal build options?

2009-10-14 Thread Willy Tarreau
Hi Greg, On Wed, Oct 14, 2009 at 04:21:13PM -0400, Greg Gard wrote: hi all, i recently started building haproxy and was a bit fuzzy on what the preferred options are for the build. i read the README, but still find myself wondering if i have the best set. here is what i did: first i

Re: optimal build options?

2009-10-14 Thread Greg Gard
right aleks, that is why i ended up editing the makefile as prefix as an option on make didn't do what i expected. i wasn't sure what destdir did. my two cents are that prefix should work as it does in most ./configure setups and put all files under prefix/ root. i build most of my stack as