Hi list, i'm on the latest 1.6 version(a7b7ad0d75) and i'm used to compile HAProxy like
make TARGET=linux2628 USE_PCRE=1 USE_LINUX_SPLICE=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 USE_OPENSSL=1 SSL_INC=$staticlibssl/include SSL_LIB=$staticlibssl/lib USE_SLZ=1 SLZ_INC=$libslz/src SLZ_LIB=$libslz and if all went well make install. But since "BUILD/MEDIUM: rebuild everything when an include file is changed" and "BUILD/MEDIUM: force a full rebuild if some build options change" make install compiles some more files, although the binary is allready compiled. The compiled binary seems not to be ready. For example it doesn't understand the keyword "ssl" in the bind line. If i compile and install in one go like make TARGET=linux2628 USE_PCRE=1 USE_LINUX_SPLICE=1 USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 USE_OPENSSL=1 SSL_INC=$staticlibssl/include SSL_LIB=$staticlibssl/lib USE_SLZ=1 SLZ_INC=$libslz/src SLZ_LIB=$libslz install all is well. Kay Fuchs

