diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 03:10:40 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 03:10:40 -0600 |
commit | 66a03129a2b12780561cfc5b3387303d05c17b71 (patch) | |
tree | cbf09d52ff2725fd0f83bfdcf27c404a8d2ae77b /package/util-linux | |
parent | f34bca312fb9b40909b48e64e2d67e4a0076f5c7 (diff) |
pc files missing
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 | ||||
-rw-r--r-- | package/util-linux/patches/patch-configure_ac | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 2a9cc59b6..35e4d77d5 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= util-linux PKG_VERSION:= 2.25.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= e0457f715b73f4a349e1acb08cb410bf0edc9a74a3f75c357070f31f70e33cd6 PKG_DESCR:= basic utilities PKG_SECTION:= base/apps diff --git a/package/util-linux/patches/patch-configure_ac b/package/util-linux/patches/patch-configure_ac index bb5a1ca31..b2f23a55c 100644 --- a/package/util-linux/patches/patch-configure_ac +++ b/package/util-linux/patches/patch-configure_ac @@ -1,5 +1,5 @@ --- util-linux-2.25.2.orig/configure.ac 2014-10-24 05:24:02.952545559 -0500 -+++ util-linux-2.25.2/configure.ac 2014-12-27 12:18:53.179522044 -0600 ++++ util-linux-2.25.2/configure.ac 2014-12-28 02:49:26.739043554 -0600 @@ -53,16 +53,6 @@ LIBSMARTCOLS_LT_MINOR=1 LIBSMARTCOLS_LT_MICRO=0 LIBSMARTCOLS_VERSION_INFO=`expr $LIBSMARTCOLS_LT_MAJOR + $LIBSMARTCOLS_LT_MINOR`:$LIBSMARTCOLS_LT_MICRO:$LIBSMARTCOLS_LT_MINOR @@ -34,3 +34,14 @@ AC_CHECK_HEADERS([linux/compiler.h linux/blkpg.h linux/major.h], [], [], [ #ifdef HAVE_LINUX_COMPILER_H #include <linux/compiler.h> +@@ -1811,7 +1791,9 @@ libmount/src/libmount.h + libsmartcols/docs/Makefile + libsmartcols/docs/version.xml + libsmartcols/src/libsmartcols.h +-po/Makefile.in ++libblkid/blkid.pc ++libuuid/uuid.pc ++libmount/mount.pc + ]) + + AC_OUTPUT |