summaryrefslogtreecommitdiff
path: root/package/avahi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 15:48:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 15:48:24 +0200
commit7c1f6387d20faf69453a59de6c34227f9f2b833c (patch)
tree10036b326525db316f614baefaaf5932d1f8e3cc /package/avahi
parent3a00a860d7d26282b5645992559fdb52f3c58fbf (diff)
parentd63d9df8e5c245214fbd94856773eba4b0c731cf (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile
index bd203e79e..a79afbb20 100644
--- a/package/avahi/Makefile
+++ b/package/avahi/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --enable-glib \
--with-avahi-user=avahi \
--with-avahi-group=avahi
-ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
+ifeq ($(ADK_TOOLCHAIN_USE_SSP),y)
CONFIGURE_ARGS+= --enable-stack-protector
else
CONFIGURE_ARGS+= --disable-stack-protector