summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2023-05-11 10:03:59 +0200
committerBrian C. Lane <bcl@redhat.com>2023-05-11 08:44:28 -0700
commitd22c2d01f62139e0d386d90584cac0705857a571 (patch)
tree2aa47cb982997d1e7b5ac6075d2ec9757810c410
parent8ab124598184861cb34ac902bcf04d89a0b0d3d5 (diff)
downloadparted-d22c2d01f62139e0d386d90584cac0705857a571.tar.gz
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>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cf9fb8a..03081af 100644
--- 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