changeset 47:52506cc0986b

Bug 2525: Prevent configure error on running rpmbuild without binutils-devel Contributed-by: Shinya TAKEBAYASHI <omoikanenomikoto@gmail.com> reviewed-by: ykubota
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Wed, 15 Jul 2015 17:15:11 +0900
parents affbc00b3f73
children 5e137ea0f4ee
files agent/ChangeLog agent/specs/heapstats_agent.spec
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Fri Jun 19 22:11:39 2015 +0900
+++ b/agent/ChangeLog	Wed Jul 15 17:15:11 2015 +0900
@@ -1,3 +1,8 @@
+2015-07-15  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 2525: Prevent configure error on running rpmbuild without binutils-devel
+	* Contributed-by: Shinya TAKEBAYASHI <omoikanenomikoto@gmail.com>
+
 2015-06-19 Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 2452: JVM may crash when CMS GC occurs frequently.
--- a/agent/specs/heapstats_agent.spec	Fri Jun 19 22:11:39 2015 +0900
+++ b/agent/specs/heapstats_agent.spec	Wed Jul 15 17:15:11 2015 +0900
@@ -46,6 +46,7 @@
 #BuildRequires: java-1.6.0-openjdk-devel
 BuildRequires: /usr/lib/jvm/java-openjdk/bin/javac
 BuildRequires: binutils >= 2
+BuildRequires: binutils-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool