summaryrefslogtreecommitdiffstats
path: root/rules/host-openssl.make
Commit message (Collapse)AuthorAgeFilesLines
* host-openssl: build shared libsMarc Kleine-Budde2015-05-261-2/+4
| | | | | | When linking aginst libssl we might get missing libdl symbols otherwise. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-openssl: enable parallel buildingMichael Olbrich2015-04-271-1/+0
| | | | | | This was fixed in 4026b08b63128e4950c4b8825c52ab0a85072560 for openssl. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openssl: build with -PICMichael Olbrich2014-12-031-1/+1
| | | | | | This is necessary to use it with PIE. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-open-ssl: fix lib install on 64 Bit hostMarkus Niebel2014-11-261-1/+2
| | | | | | | | | openssl installs to lib64 on x84_64 when --libdir is not given. Set libdir to /lib to have libcrypto and libssl on the right place. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openssl: Fix build with Perl 5.18.0Michael Olbrich2013-12-091-0/+2
| | | | | | | | | | | | | | Without this installing host-openssl may fail with: c_rehash.pod around line 45: You forgot a '=back' before '=head1' c_rehash.pod around line 49: =back without =over Since we don't need that manpages, install openssl with "make install_sw" instead of "make install" which avoids building the manpages. This is basically copied from openssl.make Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openssl: don't use := when deref'ing HOST_OPENSSL_PKGDIRMarc Kleine-Budde2013-02-041-1/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-openssl: added for ipkg-repository signingGeorge McCollister2011-04-291-0/+52
openssl is used to sign the Packages file in the ipkg-repository. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>