libtirpc: remove cross workaround; not needed anymore.

This commit is contained in:
Juan RP 2013-02-07 14:22:34 +01:00
parent 43425193a8
commit 42f5d806fd

View file

@ -19,13 +19,6 @@ checksum=f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705
pre_configure() {
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g" configure.ac
autoreconf -fi
# XXX fix cross pkg to provide these headers.
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
for f in nis nis_tags nislib; do
ln -fs /usr/include/rpcsvc/${f}.h \
/usr/$XBPS_CROSS_TRIPLET/include/rpcsvc/${f}.h
done
fi
}
post_install() {