summaryrefslogtreecommitdiff
path: root/sys-block/parted/files/parted-3.6-underlinked-util-linux.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-17 10:00:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-17 10:00:35 +0100
commitcf89ca044e37f79e2329552cda857215f9824e11 (patch)
treea6720b1db82c94482ed8a998aa77650c5f723358 /sys-block/parted/files/parted-3.6-underlinked-util-linux.patch
parentcb627578a344c874750e23e7eb59b1acc85aa639 (diff)
gentoo auto-resync : 17:10:2023 - 10:00:35
Diffstat (limited to 'sys-block/parted/files/parted-3.6-underlinked-util-linux.patch')
-rw-r--r--sys-block/parted/files/parted-3.6-underlinked-util-linux.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-block/parted/files/parted-3.6-underlinked-util-linux.patch b/sys-block/parted/files/parted-3.6-underlinked-util-linux.patch
new file mode 100644
index 000000000000..6e02f4aac8d8
--- /dev/null
+++ b/sys-block/parted/files/parted-3.6-underlinked-util-linux.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/910487
+https://git.savannah.gnu.org/cgit/parted.git/commit/?id=d22c2d01f62139e0d386d90584cac0705857a571
+
+From d22c2d01f62139e0d386d90584cac0705857a571 Mon Sep 17 00:00:00 2001
+From: Yegor Yefremov <yegorslists@googlemail.com>
+Date: Thu, 11 May 2023 10:03:59 +0200
+Subject: parted: link to libuuid
+
+parted.c uses libuuid since 61b3a9733c0e0a79ccc43096642d378c8706add6.
+Hence, add UUID_LIBS to PARTED_LIBS to avoid
+"DSO missing from command line" error.
+
+Signed-off-by: Brian C. Lane <bcl@redhat.com>
+--- a/configure.ac
++++ b/configure.ac
+@@ -298,6 +298,8 @@ Note: originally, libuuid was part of the e2fsprogs package. Later, it
+ moved to util-linux-ng-2.16, and that package is now the preferred source.])])
+ AC_SUBST([UUID_LIBS])
+
++PARTED_LIBS="$PARTED_LIBS $UUID_LIBS"
++
+ dnl Check for libdevmapper
+ DM_LIBS=
+ if test $ENABLE_DEVICE_MAPPER = yes; then
+--
+cgit v1.1