projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2c097
)
libavahi: Fix build dependency in avahi-dnsconfd
author
Ted Hess
<
[email protected]
>
Tue, 27 Jan 2015 15:22:09 +0000
(10:22 -0500)
committer
Ted Hess
<
[email protected]
>
Tue, 27 Jan 2015 15:22:09 +0000
(10:22 -0500)
Signed-off-by: Ted Hess <
[email protected]
>
libs/avahi/Makefile
patch
|
blob
|
history
diff --git
a/libs/avahi/Makefile
b/libs/avahi/Makefile
index c8b1ba8a6f7068f85b51a0eb419fb3ba98251aed..5f7ac1374a4e8f72e140b247ed94c5260bacbe1d 100644
(file)
--- a/
libs/avahi/Makefile
+++ b/
libs/avahi/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=avahi
PKG_VERSION:=0.6.31
-PKG_RELEASE:=1
0
+PKG_RELEASE:=1
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://avahi.org/download/
@@
-55,6
+55,7
@@
define Package/libavahi/Default
$(call Package/avahi/Default)
SECTION:=libs
CATEGORY:=Libraries
+ PROVIDES:=libavahi
DEPENDS:=+libpthread +SSP_SUPPORT:libssp
endef