summaryrefslogtreecommitdiffstats
path: root/nfs-utils.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'nfs-utils.spec.in')
-rw-r--r--nfs-utils.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in
index 1726468..3b81725 100644
--- a/nfs-utils.spec.in
+++ b/nfs-utils.spec.in
@@ -37,6 +37,7 @@ clients which are mounted on that host.
%build
%if %{_target_cpu} != %{_build_cpu}
CC=%{__cc}; export CC
+CXX=%{__cxx}; export CXX
BUILD_CC=gcc; export BUILD_CC
%configure --build=%{__build_alias}
%else