pcre: fix C++ static build problem
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 3 Sep 2013 14:33:15 +0000 (11:33 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 3 Sep 2013 21:45:03 +0000 (23:45 +0200)
commite2b3d5909d909970c85cbc339e17dbfe09cb3197
tree59d9747cd9351992bbef7aa3326a80239f4b3fc4
parent3d2001f2871a85891e216fbc9ad894f5c671c1c1
pcre: fix C++ static build problem

PCRE C++ unit tests fails to build properly for static scenarios since
it's not taken account for properly in the build system.
Just disable them, they're never installed to the target.
Fixes:
http://autobuild.buildroot.net/results/970/97027b981659502ff12c345c3caef4933cddb354/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/pcre/pcre-01-no-compat.patch [new file with mode: 0644]
package/pcre/pcre-02-no-cpp-tests.patch [new file with mode: 0644]
package/pcre/pcre-no-compat.patch [deleted file]