[...]

> >    fi
> > +  if test -z "$apu_db_xtra_libs"; then
> > +    echo "  setting apu_db_xtra_libs to \"-lrt\""
> > +    apu_db_xtra_libs="-lrt"
> > +  fi
> >
> > The problem is, that there is an unresolved reference in a config check
> > related to apr-util (-ldb also needs -lrt under Solaris, because of the
> > use of fdatasync).
> 
> Ok, but AFAIK this then means it is broken under non-Solaris where no
> librt.a exists, right? Hmmm... I think we have to add -lrt only for
> Solaris. I've now applied a workaround similar to what we have in the
> "openldap" package and it now builds fine under Solaris 10 for me. See
> http://cvs.openpkg.org/chngview?cn=21726 for details. Thanks for your
> feedback.

Well, my patch added stuff in a Solaris specific case. Your solution
is better, when the next version of apache has a configure with
modifications and still suffers from the problem. In the end it is an
apache problem.


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
  >> Im prämotorischen Cortex kann jeder ein Held sein. (bdw) <<
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to