Enable S3
This commit is contained in:
parent
9e8fd202c7
commit
c232c28f97
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: afflib
|
||||
Version: 3.6.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library to support the Advanced Forensic Format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -69,7 +69,7 @@ chmod 0644 lib/base64.{h,cpp}
|
|||
%configure --enable-shared \
|
||||
--disable-static \
|
||||
--enable-python=yes \
|
||||
--enable-qemu=no
|
||||
--enable-s3=yes
|
||||
|
||||
# Remove rpath from libtool
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
|
|
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 08 2011 Nicolas Chauvet <kwizart@gmail.com> - 3.6.12-2
|
||||
- Enable S3
|
||||
|
||||
* Fri May 27 2011 Nicolas Chauvet <kwizart@gmail.com> - 3.6.12-1
|
||||
- Update to 3.6.12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue