kmod: remove obsolete settings for cross builds.

This commit is contained in:
Juan RP 2013-02-26 16:33:47 +01:00
parent 5d481c84b8
commit b00555af97
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ make_dirs="
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
makedepends="automake pkg-config libxslt"
crossmakedepends="zlib-devel liblzma-devel"
configure_args="${configure_args}
PKG_CONFIG_SYSROOT_DIR=/usr/$XBPS_CROSS_TRIPLET
PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
pre_configure() {
autoreconf -fi
}