summaryrefslogtreecommitdiff
path: root/package/avahi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi/Makefile')
-rw-r--r--package/avahi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile
index ba5db4f04..e5a910fac 100644
--- a/package/avahi/Makefile
+++ b/package/avahi/Makefile
@@ -23,6 +23,10 @@ PKGSD_AVAHI_DNSCONFD:= DNS server from mDNS configuration daemon
PKGSD_LIBAVAHI:= DNS-SD over mDNS library
PKGSC_LIBAVAHI:= libs
+ifeq ($(ADK_STATIC),y)
+PKG_OPTS+= libmix
+endif
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,AVAHI_DAEMON,avahi-daemon,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_AVAHI_DAEMON},${PKG_DESCR},${PKG_SECTION}))