Browse Source

net: mosquitto: add missing libuuid dependency

Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <karlp@remake.is>
lilik-openwrt-22.03
Karl Palsson 9 years ago
parent
commit
f3566f4809
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/mosquitto/Makefile

+ 1
- 1
net/mosquitto/Makefile View File

@ -30,7 +30,7 @@ define Package/$(PKG_NAME)/default
TITLE:=mosquitto - an MQTT message broker
URL:=http://www.mosquitto.org/
MAINTAINER:=Karl Palsson <karlp@remake.is>
DEPENDS:= +librt
DEPENDS:= +librt +libuuid
USERID:=mosquitto=200:mosquitto=200
endef


Loading…
Cancel
Save