Closed drbild closed 5 years ago
Looks ok - if we want to make openssl11 more available, visible, to other packages besides enftun I guess? Note that even without these changes, enftun did correctly select openssl11 as a required dependency already - openssl11 was just not made visible in buildroot's menuconfig
.
Note that even without these changes, enftun did correctly select openssl11 as a required dependency already - openssl11 was just not made visible in buildroot's
menuconfig
.
Yeah, it built fine locally for me too.
It failed in CircleCI though. I'm setting up continuous integration builds. Those builds halted with errors about enftun.mk
linking against libopenssl11
but not selecting or depending on it in Config.in
.
No idea why the two environments differ. Both are Debian Stretch...
Strange that CircleCI would complain about something that buildroot itself is perfectly fine with.
It was buildroot complaining thought, not CircleCI. Agreed, it's strange that buildroot doesn't complain in our local environments does in the CircleCI environment.
Fixes #25