summaryrefslogtreecommitdiff
path: root/package/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/Makefile b/package/nginx/Makefile
index 3565b65c7..73c66c721 100644
--- a/package/nginx/Makefile
+++ b/package/nginx/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS:= --prefix=/srv/nginx \
--sbin-path=/usr/sbin \
--user=nginx \
--group=nginx \
- --crossbuild=Linux::$(ARCH) \
+ --crossbuild=Linux::$(ADK_TARGET_ARCH) \
--with-cc="$(TARGET_CC)" \
--with-cc-opt="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
--with-ld-opt="$(TARGET_LDFLAGS)" \