diff options
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile index b066527af..c9449baea 100644 --- a/package/avahi/Makefile +++ b/package/avahi/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454 PKG_DESCR:= multicast dns daemon and dns-sd server PKG_SECTION:= net/dns -PKG_BUILDDEP:= libdaemon expat gdbm glib gettext-tiny -PKG_NEEDS:= c++ +PKG_BUILDDEP:= libdaemon expat gdbm glib +PKG_NEEDS:= c++ intl PKG_URL:= http://avahi.org/ PKG_SITES:= https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION)/ PKG_LIBNAME:= libavahi |