summaryrefslogtreecommitdiff
path: root/package/avahi/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 17:24:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 17:24:32 +0200
commitb708ee58f7bef7b479f5b6999a8e976d332691b6 (patch)
tree4b13e9706173c676a0278ca1f565bc54b41943a2 /package/avahi/Makefile
parentf3cc98651b738ac7f2dc56ea772afa9f874b9d3b (diff)
parent7c1f6387d20faf69453a59de6c34227f9f2b833c (diff)
resolve merge
Diffstat (limited to 'package/avahi/Makefile')
-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