Information on Build.info

shiva kumar shivakumar2696 at gmail.com
Tue Jun 18 07:20:03 UTC 2019


Hi,
Actually I wanted to know how build.info file in each directory such as
apps, engines etc, will used generate the Make file, what would happen If I
wanted to change the build.info file

1) in openssl/*apps/build.info <http://build.info>*
what would happen if I change
*DEPEND[openssl]=libapps.a ../libssl*
to
*DEPEND[openssl]=libapps.a ../libssl.a*

2)in openssl/*engines/build.info <http://build.info>*
what would hapen if I change
*  LIBS=../libcrypto*
  to
*  LIBS=../libcrypto.a*

*  DEPEND[padlock]=../libcrypto*
  to
  *DEPEND[padlock]=../libcrypto*

  *DEPEND[capi]=../libcrypto*
  to
  *DEPEND[capi]=../libcrypto.a*

  *DEPEND[afalg]=../libcrypto*
  to
  *DEPEND[afalg]=../libcrypto*

  * DEPEND[dasync]=../libcrypto*
   to
    *DEPEND[dasync]=../libcrypto*

    *DEPEND[ossltest]=../libcrypt*
   to
    *DEPEND[ossltest]=../libcrypt*

3) in *openssl/build.file*
    what would happen if I change
    *DEPEND[libssl]=libcrypto*
    to
   * DEPEND[libssl]=libcrypto.a*

please let me know

Thanks and Regards
Shivakumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190618/03b386b0/attachment-0001.html>


More information about the openssl-users mailing list