From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:50 +0000 (+0200) Subject: libaio: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ec13622267b5bd69dccbf552e85ffa239aa144;p=ipfire-3.x.git libaio: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libaio/libaio.nm b/pkgs/core/libaio/libaio.nm index 9ac7bb471..efb81b668 100644 --- a/pkgs/core/libaio/libaio.nm +++ b/pkgs/core/libaio/libaio.nm @@ -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