tags 554059 + patch
thanks

Dear Daniel,

Attached is a patch that fixes the FTBFS due to changing the default to 
--no-add-needed. Note that I do NOT intend to NMU.

Cheers

Luk
diff -u btrfs-tools-0.19+20100601/debian/changelog btrfs-tools-0.19+20100601/debian/changelog
--- btrfs-tools-0.19+20100601/debian/changelog
+++ btrfs-tools-0.19+20100601/debian/changelog
@@ -1,3 +1,10 @@
+btrfs-tools (0.19+20100601-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add -lcom_err to link command (Closes: #554059). 
+
+ -- Luk Claes <l...@debian.org>  Sun, 27 Feb 2011 19:18:49 +0100
+
 btrfs-tools (0.19+20100601-3) unstable; urgency=low
 
   * Updating year in copyright file.
diff -u btrfs-tools-0.19+20100601/debian/patches/series btrfs-tools-0.19+20100601/debian/patches/series
--- btrfs-tools-0.19+20100601/debian/patches/series
+++ btrfs-tools-0.19+20100601/debian/patches/series
@@ -3,0 +4 @@
+04-linker.patch
only in patch2:
unchanged:
--- btrfs-tools-0.19+20100601.orig/debian/patches/04-linker.patch
+++ btrfs-tools-0.19+20100601/debian/patches/04-linker.patch
@@ -0,0 +1,16 @@
+Author: Luk Claes <l...@debian.org>
+Description: Fixes FTBFS with --no-add-needed (Closes: #554059).
+
+Index: btrfs-tools-0.19+20100601/Makefile
+===================================================================
+--- btrfs-tools-0.19+20100601.orig/Makefile	2011-02-27 19:15:05.000000000 +0100
++++ btrfs-tools-0.19+20100601/Makefile	2011-02-27 19:15:16.000000000 +0100
+@@ -14,7 +14,7 @@
+ INSTALL= install
+ prefix ?= /usr/local
+ bindir = $(prefix)/bin
+-LIBS=-luuid
++LIBS=-luuid -lcom_err
+ 
+ progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck \
+ 	btrfs \

Reply via email to