]> git.pld-linux.org Git - packages/parted.git/blob - 0003-libparted-also-link-to-UUID_LIBS.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0003-libparted-also-link-to-UUID_LIBS.patch
1 From 507d8e8d4c60fa6175d327c4f2dac307dc11ccd6 Mon Sep 17 00:00:00 2001
2 From: Heiko Becker <heirecka@exherbo.org>
3 Date: Fri, 19 Sep 2014 16:51:34 +0200
4 Subject: [PATCH 3/6] libparted: also link to UUID_LIBS
5
6 * libparted/Makefile.am (libparted_la_LIBADD): Add UUID_LIBS.
7 This fixes building parted with the gold linker.
8 ---
9  libparted/Makefile.am | 1 +
10  1 file changed, 1 insertion(+)
11
12 diff --git a/libparted/Makefile.am b/libparted/Makefile.am
13 index edc5f2e..cb58648 100644
14 --- a/libparted/Makefile.am
15 +++ b/libparted/Makefile.am
16 @@ -58,6 +58,7 @@ libparted_la_LIBADD = \
17    $(DM_LIBS)           \
18    $(SELINUX_LIBS)      \
19    $(LIB_BLKID)         \
20 +  $(UUID_LIBS)         \
21    $(INTLLIBS)
22  
23  EXTRA_DIST           = mbr.s
24 -- 
25 1.9.3
26
This page took 0.064908 seconds and 3 git commands to generate.