xaptum / xaptum-buildroot

External Buildroot tree for Xaptum hardware
GNU General Public License v2.0
0 stars 0 forks source link

Add openssl11 config #26

Closed drbild closed 5 years ago

drbild commented 5 years ago

Fixes #25

peterhaijen commented 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.

drbild commented 5 years ago

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...

peterhaijen commented 5 years ago

Strange that CircleCI would complain about something that buildroot itself is perfectly fine with.

drbild commented 5 years ago

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.