[packages] avahi: avahi-daemon: explicitely disable libcap, depend on librt and libdbus
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32330 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7465d55625
commit
7b9eb980c4
@ -94,7 +94,7 @@ endef
|
|||||||
define Package/avahi-daemon
|
define Package/avahi-daemon
|
||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libavahi +libexpat
|
DEPENDS:=+libavahi +libexpat +librt +libdbus
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -233,6 +233,7 @@ endif
|
|||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
CFLAGS="$$$$CFLAGS -DNDEBUG -DDISABLE_SYSTEMD" \
|
CFLAGS="$$$$CFLAGS -DNDEBUG -DDISABLE_SYSTEMD" \
|
||||||
|
ac_cv_header_sys_capability_h=no \
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user