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

« back to all changes in this revision

Viewing changes to debian/patches/04-linker.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
 
Author: Luk Claes <luk@debian.org>
2
 
Description: Fixes FTBFS with --no-add-needed (Closes: #554059).
3
 
 
4
 
--- a/Makefile
5
 
+++ b/Makefile
6
 
@@ -24,7 +24,7 @@ TESTS = fsck-tests.sh
7
 
 INSTALL = install
8
 
 prefix ?= /usr/local
9
 
 bindir = $(prefix)/bin
10
 
-lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -L.
11
 
+lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -lcom_err -L.
12
 
 libdir ?= $(prefix)/lib
13
 
 incdir = $(prefix)/include/btrfs
14
 
 LIBS = $(lib_LIBS) $(libs_static)