From: David Carlier Date: Fri, 19 Feb 2021 12:01:38 +0000 (+0000) Subject: DOC: DeviceAtlas documentation typo fix. X-Git-Tag: v2.4-dev9~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0724580d334c4914100699bb6184346e81db9e8;p=thirdparty%2Fhaproxy.git DOC: DeviceAtlas documentation typo fix. The USE_PCRE syntax was incorrect. No backport needed. --- diff --git a/doc/DeviceAtlas-device-detection.txt b/doc/DeviceAtlas-device-detection.txt index ccafaa0b1d..bb4e3699ba 100644 --- a/doc/DeviceAtlas-device-detection.txt +++ b/doc/DeviceAtlas-device-detection.txt @@ -5,7 +5,7 @@ In order to add DeviceAtlas Device Detection support, you would need to download the API source code from https://deviceatlas.com/deviceatlas-haproxy-module. The build supports the USE_PCRE and USE_PCRE2 options. Once extracted : - $ make TARGET= USE_PCRE (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC= + $ make TARGET= USE_PCRE=1 (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC= Optionally DEVICEATLAS_INC and DEVICEATLAS_LIB may be set to override the path to the include files and libraries respectively if they're not in the source