Files
Arch-R/packages/sysutils/util-linux-ng/build

23 lines
419 B
Plaintext
Raw Normal View History

2009-05-13 01:36:00 +02:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
gt_cv_func_gnugettext1_libintl=no \
2009-05-13 01:36:00 +02:00
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-tls \
2009-07-20 08:23:33 +02:00
--without-ncurses
2009-05-13 01:36:00 +02:00
2009-07-28 21:18:57 +02:00
make -C fdisk sfdisk
make -C mount
make -C shlibs
make -C misc-utils blkid
2009-05-13 01:36:00 +02:00
$MAKEINSTALL -C shlibs