util-linux-ng:

- build without TLS support, uClibc dont have this
This commit is contained in:
Stephan Raue 2009-09-28 14:22:11 +02:00
parent 420cb8bdf1
commit 4497344f53

View File

@ -10,6 +10,7 @@ cd $PKG_BUILD
--prefix=/usr \
--disable-shared \
--enable-static \
--disable-tls \
--without-ncurses
make -C fdisk sfdisk