summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-02-01 17:06:43 +0100
committerØrjan Malde <red@foxi.me>2022-02-01 17:06:43 +0100
commitef068e866330f90451f89e30e6695547f33ba4b1 (patch)
treeba1d29f9db300e9c68bd2183003aef4f8a83f565 /patches
parent2a4a69139a5241c57b23a645d9fed9131504bb56 (diff)
downloadmidipix_build-ef068e866330f90451f89e30e6695547f33ba4b1.tar.bz2
midipix_build-ef068e866330f90451f89e30e6695547f33ba4b1.tar.xz
groups/231.native_packages_etc.group: util_linux: build more(1)
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/util_linux-2.37.2_pre.local.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/patches/util_linux-2.37.2_pre.local.patch b/patches/util_linux-2.37.2_pre.local.patch
new file mode 100644
index 00000000..fd350668
--- /dev/null
+++ b/patches/util_linux-2.37.2_pre.local.patch
@@ -0,0 +1,29 @@
+diff -ru util-linux-2.37.2.orig/configure util-linux-2.37.2/configure
+--- util-linux-2.37.2.orig/configure 2021-08-16 15:25:13.436570514 +0200
++++ util-linux-2.37.2/configure 2022-02-01 17:03:06.700588486 +0100
+@@ -35807,25 +35807,6 @@
+ fi
+
+
+-
+- if test "x$build_more" != xno; then
+-
+- case $enable_more:$linux_os in #(
+- no:*)
+- build_more=no ;;
+- yes:yes)
+- build_more=yes ;;
+- yes:*)
+- as_fn_error $? "more selected for non-linux system" "$LINENO" 5;;
+- check:yes)
+- build_more=yes ;;
+- check:*)
+- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: non-linux system; not building more" >&5
+-$as_echo "$as_me: WARNING: non-linux system; not building more" >&2;}
+- build_more=no ;;
+- esac
+- fi
+-
+ if test "x$build_more" = xyes; then
+ BUILD_MORE_TRUE=
+ BUILD_MORE_FALSE='#'