Hello everybody,
I try to build rpm for F16 (spec from src.rpm package). In spec
sane-backend is configured as:
%configure \
--with-gphoto2=%{_prefix} \
--with-docdir=%{_docdir}/%{name}-%{version} \
--disable-locking --disable-rpath \
--enable-pthread
Try to use like the sa
Thanks for the report and sorry about that. Second time I messed up
with this change. I just submitted a fix for it.
Its really odd how the different compiler versions and
--disable-shared are all catching different symbol issues. My Fedora
17 wasn't finding this issue.
This time, I ran "confi
There was a recent patch to kvs backends to allow them to build
statically, by renaming some functions. It appears that one was
missed. Try changing the call to kvs40xx_scan instead, and see if that
builds.
allan
On Fri, Aug 17, 2012 at 2:24 PM, Sergei LITVINENKO
wrote:
> Hello everybody,
>
> I