Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installed shared libraries of gcc-5.5.0 which are not available in gcc-7.3.0 and are required by other packages. Currently the only library identified is `libgfortran.so.3`. Created with cp scripts/TEMPLATE.be0 gcc_compat_5.5.0.be0 and the following changes: < # BEE_VERSION NAME-1.0-0 --- > # BEE_VERSION gcc_compat_5.5.0-1.0-0 12c12 < SRCURL[0]="https://SERVER/PATH/NAME.${PKGVERSION}.tar.gz" --- > SRCURL=() 64,67c64,69 < #mee_install() { < # bee_install < #} < ## by default this may be 'make install DESTDIR="${D}"' --- > mee_install() { > cd ${D} > tar xpf /src/mariux/beeroot/packages/gcc-5.5.0-1.x86_64.bee.tar.bz2 \ > /usr/lib/libgfortran.so.3/ \ > /usr/lib/libgfortran.so.3.0.0 > }
- Loading branch information