gcc: require >= majorver to make it work with chroot-gcc vpkgs.

This commit is contained in:
Juan RP 2012-03-02 08:22:21 +01:00
parent 5ab134f6a3
commit 4cc478a220
25 changed files with 77 additions and 79 deletions

View file

@ -5,11 +5,11 @@ long_desc="${long_desc}
This package contains the GCC Fortran headers and static libraries."
revision=1
Add_dependency run libgfortran ">=${version}"
Add_dependency run libgfortran ">=${_majorver}"
do_install()
{
do_install() {
# create version -> major symlink
vmkdir usr/lib/gcc/${_triplet}/${_majorver}
ln -sf /usr/lib/gcc/${_triplet}/${_majorver} \