btrfs-progs: fix cross
This commit is contained in:
parent
b01f86e88f
commit
c5ebc35623
|
@ -18,6 +18,12 @@ pre_configure() {
|
|||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
if [ $CROSS_BUILD ]; then
|
||||
${BUILD_CC} ${BUILD_CFLAGS} kernel-lib/mktables.c -o mktables
|
||||
fi
|
||||
}
|
||||
|
||||
libbtrfs_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue