Closed eoinmcmahon closed 8 years ago
Fixed, thanks!
No, thank you! I've just got my first fully-certified https-capable test server up and running, and all in C/C++.
On 22 August 2016 at 17:49, Kristaps Dz notifications@github.com wrote:
Fixed, thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kristapsdz/letskencrypt-portable/pull/7#issuecomment-241475618, or mute the thread https://github.com/notifications/unsubscribe-auth/AUMHmeWDADUZUBQfkanYaj_nTaePzZDLks5qidMGgaJpZM4JppjE .
LDFLAGS seem to be missing from the Linux (
ifeq ($(shell uname), Linux)
)section, causing a linking failure.Adding this line fixed it for me.