Skip to content

Commit

Permalink
asterisk-13.x: add missing dependency to libpopt
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
  • Loading branch information
jslachta committed Feb 16, 2015
1 parent 49ab639 commit cfd4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/asterisk-13.x/Makefile
Expand Up @@ -94,7 +94,7 @@ define Package/asterisk13
$(call Package/asterisk13/Default)
TITLE:=Complete open source PBX, v$(PKG_VERSION)
MENU:=1
DEPENDS:=+jansson +libncurses +libopenssl +libsqlite3 +libstdcpp +libuuid +libxml2 +zlib
DEPENDS:=+jansson +libncurses +libopenssl +libpopt +libsqlite3 +libstdcpp +libuuid +libxml2 +zlib
endef

define Package/asterisk13/description
Expand Down

0 comments on commit cfd4354

Please sign in to comment.