Predators
Predators
@nbd168 this change is what breaks it https://github.com/openwrt/openwrt/commit/6603748e0ca697f484adfc16a0d49d35ed36954d
bad news for rtl8189fs after updating mac80211 in openwrt 23.05.0 rtl8189fs can no longer be used. changes in mac80211.sh must be made manually
@esaaprillia the perl package should be updated. I see many are outdated. but at that time I was too lazy to update everything. let the perl package maintainer update it
@matt335672 there is another problem if doing cross compilation I don't find CC_FOR_BUILD in configure. keygen must cross-compile. https://github.com/neutrinolabs/xrdp/issues/1292 https://github.com/neutrinolabs/xrdp/blob/33670aed48ee6bdd5f9296ffa0bf36cf5ec9f934/keygen/Makefile.am#L23
> Thanks for this @predators46 > > `putpwent()` is an interesting one. It's not in POSIX, and I can't find where it actually comes from. > > Regarding your problem,...
@matt335672 thank you I understand now
> Let me know how you get on - this definitely falls into the 'interesting' category of PRs! > > We might want to add a way to disable the...
> I think that openssl is only used on `make install`. Is that what you are seeing? I see openssl is required when building xrdp
@matt335672 maybe add --disable-openssl
> We need some sort of SSL library to provide RDP over TLS which is pretty mandatory these days. > > Is there anything that works better for you than...