Browse Source

gcc: add BR: glibc-static

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3082 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
9fb8d5fd1d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      g/gcc/gcc-vl.spec

+ 5 - 1
g/gcc/gcc-vl.spec

@@ -4,7 +4,7 @@
 %global stock_tarball 1
 
 %global gcc_version 4.4.5
-%global gcc_release 1%{?_dist_release}
+%global gcc_release 2%{?_dist_release}
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 ##VINE## I only have ppc32 arch machines at the moment...
@@ -98,6 +98,7 @@ BuildRequires: libgcj >= 4.4.3-6vl6
 # Make sure glibc supports stack protector
 # Make sure glibc supports DT_GNU_HASH
 BuildRequires: glibc-devel >= 2.4.90-13
+BuildRequires: glibc-static
 BuildRequires: elfutils-devel >= 0.72
 %ifarch x86_64
 BuildRequires: compat32-glibc-devel
@@ -2406,6 +2407,9 @@ fi
 
 
 %changelog
+* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.4.5-2
+- add BR: glibc-static
+
 * Sun Mar 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
 - new upstream release
 - used %%posttrans instead of %%triggerpostun