libtirpc: remove cross workaround; not needed anymore.
This commit is contained in:
parent
43425193a8
commit
42f5d806fd
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue