]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xfsprogs: Link against libblkid.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Oct 2010 19:22:15 +0000 (21:22 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Oct 2010 19:22:15 +0000 (21:22 +0200)
pkgs/core/xfsprogs/xfsprogs.nm

index 7a6850dfc6340746bb74646b73d85cdfbc6d999e..065078420bf36c5ad2c18953e875377d4d724863 100644 (file)
@@ -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