gcc: make a /lib/cpp symlink, as rpcgen wants this.
--HG-- extra : convert_revision : d629108c589f507e4c9e5ae22b34e5b0a3b1d3ad
This commit is contained in:
parent
d4739a0245
commit
1953271134
|
@ -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 .
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user