summaryrefslogtreecommitdiff
path: root/package/sox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-07 23:32:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-07 23:32:49 +0100
commitd7324bff6bb0255a37895c89d296c927ab120fa3 (patch)
tree90b46e4672277594c2785743465c080fa7d6da58 /package/sox
parentdc567bd4daacc2c576333e71bab73e817a7bc7e1 (diff)
fix SSP compile
Diffstat (limited to 'package/sox')
-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