On Fri, Oct 31, 2003, Michael Schloh wrote:
> [...]
> Fix build failure when native CPP program is busted or not correctly
> identified during configure
> [...]
> CC="${l_cc}" \
> + CXX="${l_cxx}" \
> CFLAGS="-I`pwd`/../zlib-%{V_zlib}" \
> CPPFLAGS="-I`pwd`/../zlib-%{V_zlib}" \
> LDFLAGS="-L`pwd`/../zlib-%{V_zlib}" \
Be more careful here: the openpkg.spec is not allowed to use %{l_cxx}
or the ${l_cxx} variable, because it is not provided by openpkg.boot!
openpkg.spec is only allowed to use _basic_ features of RPM which all
have to be emulated by openpkg.boot in case of bootstrapping. I'll back
this out, especially because cURL is C only and does not use C++ -- it
is a failure of its Autoconf stuff to also search (and on some platforms
fail) for C++...
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]