2nd try add the correct configure flags, it does not autodetect liblcms
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=10
This commit is contained in:
parent
0a7ae586e0
commit
0e7d724372
@ -87,7 +87,7 @@ against LibRaw. LibRaw does not provide dynamic libraries.
|
||||
|
||||
%build
|
||||
# This is not the autotools generated configure script
|
||||
CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l
|
||||
CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l -I %{_includedir} -L %{libdir}
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user