diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 14:37:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 14:37:00 +0200 |
commit | d63d9df8e5c245214fbd94856773eba4b0c731cf (patch) | |
tree | c693fff33a22568984fe06c0be527c7428cd9eba /package/avahi/Makefile | |
parent | c84401914937ecf8a49ec3e8a5ede12221b96d14 (diff) |
add gold support
Diffstat (limited to 'package/avahi/Makefile')
-rw-r--r-- | package/avahi/Makefile | 2 |
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 |