From 789091a885b95d91afe2948a66c3606f81872b2131e07affbcaf8cfbad275c92 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 16 Nov 2010 21:19:03 +0000 Subject: [PATCH] add the correct configure flags, it does not autodetect liblcms OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=9 --- libraw.changes | 5 +++++ libraw.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libraw.changes b/libraw.changes index 76d32cd..ffab3df 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 21:18:09 UTC 2010 - mrdocs@opensuse.org + +- add the right configure flags + ------------------------------------------------------------------- Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org diff --git a/libraw.spec b/libraw.spec index 58da8c1..9103531 100644 --- a/libraw.spec +++ b/libraw.spec @@ -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} +CFLAGS="%{optflags}" sh configure -P %{_prefix} -o -l %__make %{?_smp_mflags} %install