# Package is missing dependencies for libraries

Source: https://blog.ferstar.org/posts/package-is-missing-dependencies-for-libraries/






[](http://stackoverflow.com/questions/19184631/package-is-missing-dependencies-for-libraries-openwrt)

Finally got it, had to add change

`$(eval $(call BuildPackage,amld))`

to

`$(eval $(call BuildPackage,amld,+libopenssl))`

