0417c3cdb2
- tests: t3000-resize-fs.sh: Add requirement on mkfs.vfat (mike.fleetwood) - tests: t3000-resize-fs.sh: Add FAT16 resizing test (mike.fleetwood) - lib-fs-resize: Prevent crash resizing FAT16 file systems (mike.fleetwood) - libparted: also link to UUID_LIBS (heirecka)
27 lines
701 B
Diff
27 lines
701 B
Diff
From 507d8e8d4c60fa6175d327c4f2dac307dc11ccd6 Mon Sep 17 00:00:00 2001
|
|
From: Heiko Becker <heirecka@exherbo.org>
|
|
Date: Fri, 19 Sep 2014 16:51:34 +0200
|
|
Subject: [PATCH 3/6] libparted: also link to UUID_LIBS
|
|
|
|
* libparted/Makefile.am (libparted_la_LIBADD): Add UUID_LIBS.
|
|
This fixes building parted with the gold linker.
|
|
---
|
|
libparted/Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libparted/Makefile.am b/libparted/Makefile.am
|
|
index edc5f2e..cb58648 100644
|
|
--- a/libparted/Makefile.am
|
|
+++ b/libparted/Makefile.am
|
|
@@ -58,6 +58,7 @@ libparted_la_LIBADD = \
|
|
$(DM_LIBS) \
|
|
$(SELINUX_LIBS) \
|
|
$(LIB_BLKID) \
|
|
+ $(UUID_LIBS) \
|
|
$(INTLLIBS)
|
|
|
|
EXTRA_DIST = mbr.s
|
|
--
|
|
1.9.3
|
|
|