sox: Explicitly disable support for OpenMP
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 10 Jul 2017 23:20:21 +0000 (16:20 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 28 Jul 2017 00:13:43 +0000 (17:13 -0700)
In case a toolchain happens to be built with OpenMP, sox's configure
script would be picking that, but we would not be depending on libgomp
and would fail creating the package.

Since internal OpenWrt/LEDE toolchains don't enable OpenMP by default,
let's just do that here as well.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
sound/sox/Makefile

index 34aa32ed1cfa3f744a448d93221c370afb023022..934b55465976e52accdd9f872ced54015d3b3946 100644 (file)
@@ -52,7 +52,8 @@ CONFIGURE_ARGS += \
                --without-png \
                --without-sndfile \
                --with-lame \
-               --with-id3tag
+               --with-id3tag \
+               --disable-openmp
 
 define Build/InstallDev
        $(INSTALL_DIR) $(1)/usr/include