2 # Copyright (C) 2006-2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
10 PKG_NAME
:=util-linux-ng
12 PKG_MD5SUM
:=aff22adfff1bf39cd3f13371b95a3d3a
15 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
16 PKG_SOURCE_URL
:=ftp
://ftp.kernel.org
/pub
/linux
/utils
/util-linux-ng
/v2.18
/
18 include $(INCLUDE_DIR
)/host-build.mk
21 $(call Host
/Configure
/Default
, \
50 --disable-login-utils \
51 --disable-schedutils \
54 --disable-chsh-only-listed \
55 --disable-login-chown-vcs \
56 --disable-login-stat-mail \
58 --disable-require-password \
59 --disable-fs-paths-default \
60 --disable-fs-paths-extra \
61 --disable-use-tty-group \
62 --disable-makeinstall-chown \
63 --disable-makeinstall-setuid \
64 --without-libiconv-prefix \
65 --without-libintl-prefix \
76 $(MAKE
) -C
$(HOST_BUILD_DIR
)/shlibs
/uuid
/src
80 $(MAKE
) -C
$(HOST_BUILD_DIR
)/shlibs
/uuid
/src
install
84 -$(MAKE
) -C
$(HOST_BUILD_DIR
)/shlibs
/uuid
/src
uninstall
87 $(eval
$(call HostBuild
))