summaryrefslogtreecommitdiff
path: root/package/util-linux-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-04 14:24:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-04 14:24:09 +0100
commit1377d245329399b7d7f6e9a4e5c57a9bde9c7796 (patch)
tree48dfeb7f625683b9d4989bb7a44bf4c9b0e4cb0f /package/util-linux-ng
parente110c83019b7475f8d9e50b79cb1621096d33dec (diff)
add missing patch
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r--package/util-linux-ng/Makefile2
-rw-r--r--package/util-linux-ng/patches/patch-configure16
2 files changed, 17 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile
index 2632aa310..6e433a1c7 100644
--- a/package/util-linux-ng/Makefile
+++ b/package/util-linux-ng/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= util-linux-ng
PKG_VERSION:= 2.18
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= aff22adfff1bf39cd3f13371b95a3d3a
PKG_DESCR:= Linux utilities
PKG_SECTION:= fs
diff --git a/package/util-linux-ng/patches/patch-configure b/package/util-linux-ng/patches/patch-configure
new file mode 100644
index 000000000..4c61b8640
--- /dev/null
+++ b/package/util-linux-ng/patches/patch-configure
@@ -0,0 +1,16 @@
+--- util-linux-ng-2.18.orig/configure 2010-06-30 14:53:01.000000000 +0200
++++ util-linux-ng-2.18/configure 2011-02-01 16:31:25.000000000 +0100
+@@ -15816,13 +15816,6 @@ else
+ fi
+
+
+-case "$enable_libblkid:$enable_libmount" in
+-no:yes)
+- { { $as_echo "$as_me:$LINENO: error: cannot enable libmount when libblkid is disabled" >&5
+-$as_echo "$as_me: error: cannot enable libmount when libblkid is disabled" >&2;}
+- { (exit 1); exit 1; }; } ;;
+-esac
+-
+
+
+