Files
Arch-R/packages/sysutils/util-linux-ng/build
Stephan Raue 5eb03c06f9 util-linux-ng:
- update to util-linux-ng-2.16.1
- build and install blkid
- dont install sfdisk
2009-11-16 04:46:13 +01:00

22 lines
405 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 shlibs
make -C misc-utils blkid
$MAKEINSTALL -C shlibs