Hi,

like in my previous post I am trying to build and
install OpenSSL 1.0.1g for distribution in an OS X
10.6+ application (64 bit). I'm using JHBuild to
fetch and build all pieces.

JHBuild tries to install OpenSSL first to a packagers directory
(/Users/username/product/10.9/inst/_jhbuild/root-openssl-broken)
and then to the final destination (/Users/username/product/10.9/inst).
To achieve this it runs ‚make installsw‘ with
DESTDIR=/Users/username/product/10.9/inst/_jhbuild/root-openssl-broken.
Currently this fails because no files are copied into DESTDIR.
I tried to set the parameter openssl=$(DESTDIR), but fail because
JHBuild can’t resolve environment variables in string parameters.
Is there another way than patching Makefile.org to achieve this?

Thank you in advance,

Sven

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to