Files
Arch-R/packages/sysutils/util-linux-ng/build
Stephan Raue ca40f24df2 util-linux-ng/ busybox
- replace mount and umount from busybox with this from util-linux-ng package for better compat
2009-11-29 05:55:49 +01:00

23 lines
419 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
gt_cv_func_gnugettext1_libintl=no \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-tls \
--without-ncurses
make -C fdisk sfdisk
make -C mount
make -C shlibs
make -C misc-utils blkid
$MAKEINSTALL -C shlibs