- fix DSO linking problem

This commit is contained in:
Josef Bacik 2010-03-11 22:28:21 +00:00
parent c8c2fd4fce
commit 5d56592a83
1 changed files with 5 additions and 2 deletions

View File

@ -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 <josef@toxicpanda.com> 0.19-11
- fix convert build for DSO linking stuff
* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-10
- add btrfs-progs-ustream.patch so we are aligned with upstream