We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b186e0 commit 1834024Copy full SHA for 1834024
package/sox/sox.mk
@@ -13,6 +13,12 @@ SOX_CONF_OPTS = --with-distro="Buildroot" --without-ffmpeg --disable-gomp \
13
SOX_LICENSE = GPLv2+ (sox binary), LGPLv2.1+ (libraries)
14
SOX_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL
15
16
+# MIPS Codescape toolchains don't support stack-smashing protection
17
+# despite of using glibc.
18
+ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS)$(BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS),y)
19
+SOX_CONF_OPTS += --disable-stack-protector
20
+endif
21
+
22
ifeq ($(BR2_PACKAGE_ALSA_LIB_PCM),y)
23
SOX_DEPENDENCIES += alsa-lib
24
else
0 commit comments