diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 15:47:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 15:47:02 +0200 |
commit | 85fcbf5820f4efccf5d3c6b0428a998dfd8ac404 (patch) | |
tree | 0143d6b9e15eb551ab7da74fd63038aa4f6b0cf8 /package/nginx | |
parent | 4d875652916825143d98873a88df0437f73858aa (diff) |
fix more users of
Diffstat (limited to 'package/nginx')
-rw-r--r-- | package/nginx/Makefile | 2 |
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)" \ |