summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/sox/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/sox/Makefile b/package/sox/Makefile
index c0c15d79d..7ab3edb93 100644
--- a/package/sox/Makefile
+++ b/package/sox/Makefile
@@ -72,6 +72,11 @@ CONFIGURE_ARGS+= --with-oggvorbis
else
CONFIGURE_ARGS+= --without-oggvorbis
endif
+ifeq ($(ADK_TARGET_USE_SSP),y)
+CONFIGURE_ARGS+= --enable-stack-protector
+else
+CONFIGURE_ARGS+= --disable-stack-protector
+endif
sox-install:
$(INSTALL_DIR) $(IDIR_SOX)/usr/lib