From 2167cbdfa4c82cd71a8f838978c595a0fd03e247 Mon Sep 17 00:00:00 2001
From: hjl <hjl>
Date: Wed, 18 Apr 2001 16:09:10 +0000
Subject: [PATCH] 2001-04-18  H.J. Lu <hjl@lucon.org>

	* nfs-utils.spec.in: Updated.
	* nfs-utils.spec: Regenerated.
---
 ChangeLog         | 5 +++++
 nfs-utils.spec    | 1 +
 nfs-utils.spec.in | 1 +
 3 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index eb89d8e..6f667de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-18  H.J. Lu <hjl@lucon.org>
+
+	* nfs-utils.spec.in: Updated.
+	* nfs-utils.spec: Regenerated.
+
 2001-04-18  H.J. Lu <hjl@lucon.org>
 
 	* nfs-utils.spec.in: Support cross build.
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
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
-- 
2.39.5