diff options
Diffstat (limited to 'package/opensips/Makefile')
-rw-r--r-- | package/opensips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opensips/Makefile b/package/opensips/Makefile index 69674ef72..248e13841 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -141,7 +141,7 @@ do-build: NO_EPOLL=1 \ CC="$(TARGET_CC)" \ OS="linux" \ - ARCH="$(ARCH)" \ + ARCH="$(ADK_TARGET_ARCH)" \ CFLAGS="$(TARGET_CFLAGS) -fPIC" \ LOCALBASE="$(STAGING_TARGET_DIR)/usr" \ SYSBASE="$(STAGING_TARGET_DIR)/usr" \ |