Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Use pkg-config to determine openssl LDFLAGS #1

Closed
wants to merge 16 commits into from
Closed

Use pkg-config to determine openssl LDFLAGS #1

wants to merge 16 commits into from

Conversation

titouanc
Copy link
Contributor

Depending on its build configuration, openssl might not be compiled with
dynamic zlib support, and programs that link against openssl need to link
against zlib as well, as illustrated in this build failure:
http://autobuild.buildroot.net/results/ae9/ae946ca72238840b3eaa5fe823e8d620618f7462/

angeloc and others added 16 commits August 5, 2020 09:44
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Adding a real license file.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Fixing various formatting issues.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
In order to crosscompile, CC variable cannot point to an hardcoded gcc
executable

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Stripping is not necessary due to the fact that the application is not compiled
with debug symbols.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Bump to version 1.2.3 and update changelog.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
This patch enable https support for http get requests.
To compile https support:

make ENABLE_HTTPS=1

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
On some servers (like github) replies, server timestamp is not contained in
"Date" field but in "date" one.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Adding git ignore file

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
ntp_adjtime is not available on some versions of the c library

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Bump to version 1.2.4 and update changelog.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
This patch adds systemv and systemd init scripts

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
https can be disable at compile time, http and https can be mixed on the
commandline, so display an info for https host not supported.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Depending on its build configuration, openssl might not be compiled with
dynamic zlib support, and programs that link against openssl need to link
against zlib as well, as illustrated in this build failure:
http://autobuild.buildroot.net/results/ae9/ae946ca72238840b3eaa5fe823e8d620618f7462/

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
@angeloc
Copy link
Owner

angeloc commented Sep 15, 2020

I had to do some maintenance and merged your PR manually.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants