Build position independent object code
This commit is contained in:
parent
23426b794f
commit
d47b20ea68
@ -6,7 +6,7 @@
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
Name: LibRaw
|
||||
Version: 0.9.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: LGPLv2 or CDDL
|
||||
Group: Development/Libraries
|
||||
URL: http://www.libraw.org
|
||||
@ -52,7 +52,7 @@ against LibRaw. LibRaw does not provide dynamic libraries.
|
||||
|
||||
%build
|
||||
# This is not the autotools generated configure script
|
||||
CFLAGS="%{optflags}" sh configure -P %{_prefix}
|
||||
CFLAGS="%{optflags} -fPIC" sh configure -P %{_prefix}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -76,6 +76,9 @@ make install DESTDIR=%{buildroot} LIBDIR=%{_lib}
|
||||
%{_libdir}/libraw_r.a
|
||||
|
||||
%changelog
|
||||
* Sat Nov 13 2010 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> 0.9.1-9
|
||||
- Build position independent object code
|
||||
|
||||
* Sun Jul 08 2010 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> 0.9.1-8
|
||||
- Remove LibRaw license since we're not distributing LibRaw under its terms
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user