From 195327113449994959c1454ad64f60bfd7671685 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Mar 2009 01:00:19 +0100 Subject: [PATCH] gcc: make a /lib/cpp symlink, as rpcgen wants this. --HG-- extra : convert_revision : d629108c589f507e4c9e5ae22b34e5b0a3b1d3ad --- templates/gcc/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/gcc/template b/templates/gcc/template index 12411b06691..01d5ee843f9 100644 --- a/templates/gcc/template +++ b/templates/gcc/template @@ -39,4 +39,8 @@ pre_configure() post_install() { cd ${DESTDIR}/usr/bin && ln -s gcc cc + # + # rpcgen wants /lib/cpp, make a symlink. + # + cd ${DESTDIR}/lib && ln -s ../usr/bin/cpp . }