libsoxr: Explicitly disable support for OpenMP
authorFlorian Fainelli <redacted>
Fri, 14 Apr 2017 19:07:00 +0000 (12:07 -0700)
committerFlorian Fainelli <redacted>
Mon, 17 Apr 2017 02:57:34 +0000 (19:57 -0700)
commitaf2c2745e90af119f06cbc4dc9f49e3e18b38182
treefc00928d0fedf06ed6be9fc95d1a14fa82c13a44
parentde39e1c52d99d613cb7203ecdb7b1c61d9076466
libsoxr: Explicitly disable support for OpenMP

In case a toolchain supports OpenMP (e.g: external toolchains), just
disable support for it in libsoxr since cmake would detect that and
later we would fail to create the package because there is no libgomp
package being created.

In case OpenMP is desireable and this is supported by the toolchain, we
should introduce a specific option for that.

Signed-off-by: Florian Fainelli <redacted>
libs/libsoxr/Makefile
git clone https://git.99rst.org/PROJECT