From 5d56592a83d1278c54484993de02cbf8669de273 Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Mar 11 2010 22:28:21 +0000 Subject: - fix DSO linking problem --- diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 85e2cdf..5657740 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,6 +1,6 @@ Name: btrfs-progs Version: 0.19 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Userspace programs for btrfs Group: System Environment/Base @@ -34,7 +34,7 @@ check, modify and correct any inconsistencies in the btrfs filesystem. %build make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} -make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} convert +make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} LDFLAGS="-lcom_err" convert %install rm -rf $RPM_BUILD_ROOT @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/mkfs.btrfs.8.gz %changelog +* Thu Mar 11 2010 Josef Bacik 0.19-11 +- fix convert build for DSO linking stuff + * Thu Mar 11 2010 Josef Bacik 0.19-10 - add btrfs-progs-ustream.patch so we are aligned with upstream