From 525ca6bbeea67c8c7747b03873d4a63ec3b8088d Mon Sep 17 00:00:00 2001 From: Hyungju Lee Date: Tue, 13 Aug 2019 13:44:47 +0900 Subject: [PATCH] Build error fix Change-Id: Ib9d113e2e14e1aafa7e407e633a6229ac3ad6504 --- packaging/dotnet-launcher.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 23772a2..72abee7 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -113,12 +113,14 @@ cmake \ -DTAC_DIR=%{_tac_dir} \ -DVERSION=%{version} \ -DNATIVE_LIB_DIR=%{_native_lib_dir} \ +%ifarch %{arm} %if 0%{?use_default_base_addr} -DUSE_DEFAULT_BASE_ADDR="" \ %endif -DUNIQUE_DEFAULT_BASE_ADDR_SUPPORT="" \ -DSYSTEM_BASE_FILE=%{_system_base_addr_file} \ -DDEFAULT_BASE_ADDR_START=%{_default_base_addr_start} \ +%endif NativeLauncher make %{?jobs:-j%jobs} VERBOSE=1 -- 2.7.4