diff options
Diffstat (limited to 'nfs-utils.spec')
-rw-r--r-- | nfs-utils.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs-utils.spec b/nfs-utils.spec index 46758bc..d714cb1 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 |