pcre: Fix compile of libpcrecpp 8373/head
authorJan Kardell <jan.kardell@telliq.com>
Sun, 10 Mar 2019 16:30:39 +0000 (17:30 +0100)
committerJan Kardell <jan.kardell@telliq.com>
Sun, 10 Mar 2019 17:00:20 +0000 (18:00 +0100)
commit17090fecf18c795f5bfa5e1ea375ccd65d24f227
treedc1e208723a6ac6ecbdce2eb4145943bc9879129
parent7450b5fec575d66d8cb0b2b6334252895c175acf
pcre: Fix compile of libpcrecpp

If the cpp lib is added after pcre is first compiled, pcre will
not be reconfigured and the build will fail.
Fix this by always building the cpp parts.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
libs/pcre/Makefile