openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.94k stars 3.45k forks source link

gnutls 3.4 broken -> breaks ocserv ... #1162

Closed plntyk closed 9 years ago

plntyk commented 9 years ago

The recent commit removed the libraries section from InstallDev.

This makes gnutls unavailable for other packages like ocserv since there is no libgnutls.so* found in build/target..../usr/lib (because the copying was removed from InstallDev)

@nmav

nmav commented 9 years ago

Thanks. The commit above should address it.