commit | c820300adf36700cbbff15249a8629baa63c5f5a | [log] [tgz] |
---|---|---|
author | Christian Wiese <morfoh@opensde.org> | Thu Nov 20 14:47:04 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 21 10:18:04 2009 +0100 |
tree | 87b6991f700a0e9f82ecee077363ec57f6b44151 | |
parent | 6b6a53db5f135d8256dd1a8c9dab018963ed6918 [diff] |
[BUILD] Fixed Makefile for linking pcre If both make parameters USE_PCRE and USE_STATIC_PCRE are set to 1 while building haproxy, pcre gets linked in dynamically. Therefore we check if USE_STATIC_PCRE was explicitely enabled to ommit the CFLAGS and LDFLAGS normally set if USE_PCRE is enabled.