From: Michael Tremer Date: Mon, 11 Oct 2010 19:22:15 +0000 (+0200) Subject: xfsprogs: Link against libblkid. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc16e27cc6a0f75d19062899268ed7a16e390e83;p=ipfire-3.x.git xfsprogs: Link against libblkid. --- diff --git a/pkgs/core/xfsprogs/xfsprogs.nm b/pkgs/core/xfsprogs/xfsprogs.nm index 7a6850dfc..065078420 100644 --- a/pkgs/core/xfsprogs/xfsprogs.nm +++ b/pkgs/core/xfsprogs/xfsprogs.nm @@ -34,7 +34,8 @@ PKG_URL = http://oss.sgi.com/projects/xfs/ PKG_LICENSE = GPL+ and LGPLv2+ PKG_SUMMARY = Utilities for managing the XFS filesystem -PKG_BUILD_DEPS+= libacl-devel e2fsprogs-devel libtool gettext readline-devel +PKG_BUILD_DEPS+= libacl-devel e2fsprogs-devel libtool gettext readline-devel \ + util-linux-ng-devel define PKG_DESCRIPTION A set of commands to use the XFS filesystem, including mkfs.xfs. @@ -54,6 +55,7 @@ define STAGE_BUILD --libdir=/lib \ --libexecdir=/usr/lib \ --enable-readline=yes \ + --enable-blkid=yes \ --disable-static # Kill rpaths @@ -61,7 +63,7 @@ define STAGE_BUILD -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' - cd $(DIR_APP) && make DEBUG=-DNDEBUG + cd $(DIR_APP) && make V=1 DEBUG=-DNDEBUG endef define STAGE_INSTALL