~ubuntu-branches/debian/jessie/btrfs-tools/jessie

« back to all changes in this revision

Viewing changes to debian/patches/0002-Fixes-FTBFS-with-no-add-needed.patch

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-04-19 12:12:11 UTC
  • mfrom: (1.2.12) (6.1.37 sid)
  • Revision ID: package-import@ubuntu.com-20140419121211-mski0g757tsdv4x1
Tags: 3.14.1-1
* New upstream release.
* Switch to git-dpm.
* Rebase and cleanup patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 099fe96e484816df1f7463832d2e5c656fbfdfaa Mon Sep 17 00:00:00 2001
 
2
From: Luk Claes <luk@debian.org>
 
3
Date: Sat, 19 Apr 2014 11:40:36 +0100
 
4
Subject: Fixes FTBFS with --no-add-needed.
 
5
 
 
6
Bug-Debian: http://bugs.debian.org/554059
 
7
Signed-off-by: Dimitri John Ledkov <xnox@debian.org>
 
8
---
 
9
 Makefile | 2 +-
 
10
 1 file changed, 1 insertion(+), 1 deletion(-)
 
11
 
 
12
diff --git a/Makefile b/Makefile
 
13
index da05197..0120815 100644
 
14
--- a/Makefile
 
15
+++ b/Makefile
 
16
@@ -25,7 +25,7 @@ TESTS = fsck-tests.sh
 
17
 INSTALL = install
 
18
 prefix ?= /usr/local
 
19
 bindir = $(prefix)/bin
 
20
-lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -L.
 
21
+lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -lcom_err -L.
 
22
 libdir ?= $(prefix)/lib
 
23
 incdir = $(prefix)/include/btrfs
 
24
 LIBS = $(lib_LIBS) $(libs_static)