]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libaio: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:50 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:50 +0000 (13:08 +0200)
pkgs/core/libaio/libaio.nm

index 9ac7bb4712d4f2d6c8db3d403d906d2d3551d385..efb81b6689920d6de471d84056352e8478127d5e 100644 (file)
@@ -37,7 +37,7 @@ PKG_SUMMARY    = Linux-native asynchronous I/O access library.
 PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 
 define PKG_DESCRIPTION
-       The Linux-native asynchronous I/O facility ("async I/O", or "aio") \
+       The Linux-native asynchronous I/O facility (async I/O, or aio) \
        has a richer API and capability set than the simple POSIX async I/O \
        facility. This library, libaio, provides the Linux-native API for \
        async I/O. The POSIX async I/O facility requires this library in \
@@ -45,7 +45,7 @@ define PKG_DESCRIPTION
        applications which require the Linux-native async I/O API. 
 endef
 
-PKG_BUILD_DEPS+= e2fsprogs
+PKG_BUILD_DEPS+= e2fsprogs-devel
 
 PKG_TARBALL    = $(THISAPP).tar.bz2