kmod: remove obsolete settings for cross builds.
This commit is contained in:
parent
5d481c84b8
commit
b00555af97
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue