| |
|
| # make sure we error out if com_err is attempted to be built |
# make sure we error out if com_err is attempted to be built |
| rm -f lib/et/*.c |
rm -f lib/et/*.c |
| |
# since we've split out com_err/ss into their own ebuilds, we |
| |
# need to fake out the local files. let the toolchain find them. |
| |
mkdir tc || die |
| |
echo "GROUP ( libcom_err.a )" > tc/libcom_err.a |
| |
echo "GROUP ( libcom_err.so )" > tc/libcom_err.so |
| |
sed -i \ |
| |
-e '/^LIBCOM_ERR/s:$(LIB):$(top_builddir)/tc:' \ |
| |
MCONFIG.in || die |
| |
ln -s $(type -P compile_et) lib/et/compile_et |
| } |
} |
| |
|
| src_compile() { |
src_compile() { |