diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 11:39:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-20 11:39:11 +0000 |
commit | 41eac52c04752dee518129d8a15a41c7a36c98ff (patch) | |
tree | 7bdb7ccfb5d49720fa0976a72cb1fd7c4b4caab3 /package/libs | |
parent | b5cc199ec953a5e6ec728f8ba37c85e13ab12631 (diff) | |
download | upstream-41eac52c04752dee518129d8a15a41c7a36c98ff.tar.gz upstream-41eac52c04752dee518129d8a15a41c7a36c98ff.tar.bz2 upstream-41eac52c04752dee518129d8a15a41c7a36c98ff.zip |
libpolarssl: add missing dependency (#15321)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39959
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/polarssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile index b59605d793..45bdb66277 100644 --- a/package/libs/polarssl/Makefile +++ b/package/libs/polarssl/Makefile @@ -47,7 +47,7 @@ define Package/polarssl-progs $(call Package/polarssl/Default) SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libpolarssl + DEPENDS:=+libpolarssl +libpthread TITLE+= (programs) endef |