Files
Arch-R/packages/sysutils/util-linux/build
Stephan Raue 6ab31beee1 util-linux: update to util-linux-2.22
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-09-19 22:52:59 +02:00

97 lines
3.2 KiB
Bash
Executable File

#!/bin/sh
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--disable-silent-rules \
--enable-shared \
--disable-static \
--disable-gtk-doc \
--disable-nls \
--disable-rpath \
--enable-tls \
--enable-libuuid \
--enable-libblkid \
--enable-libmount \
--disable-deprecated-mount \
--disable-mount \
--enable-fsck \
--disable-partx \
--enable-uuidd \
--disable-mountpoint \
--disable-fallocate \
--disable-unshare \
--disable-arch \
--disable-ddate \
--disable-eject \
--disable-agetty \
--disable-cramfs \
--disable-switch-root \
--disable-pivot-root \
--disable-elvtune \
--disable-kill \
--disable-last \
--disable-utmpdump \
--disable-line \
--disable-mesg \
--disable-raw \
--disable-rename \
--disable-reset \
--disable-vipw \
--disable-newgrp \
--disable-chfn-chsh \
--enable-chsh-only-listed \
--disable-login \
--disable-login-chown-vcs \
--disable-login-stat-mail \
--disable-sulogin \
--disable-su \
--disable-schedutils \
--disable-wall \
--disable-write \
--disable-chkdupexe \
--disable-socket-activation \
--disable-pg-bell \
--disable-require-password \
--disable-use-tty-group \
--disable-makeinstall-chown \
--disable-makeinstall-setuid \
--with-gnu-ld \
--without-selinux \
--without-audit \
--without-udev \
--without-ncurses \
--without-slang \
--without-utempter \
--without-systemdsystemunitdir
make
$MAKEINSTALL