summaryrefslogtreecommitdiffstats
path: root/rules/avahi.make
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2017-07-20 14:56:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-15 08:49:48 +0200
commit424a41c4248d92a3e7de5966c6ec9b6258f52055 (patch)
treec2a0ae55cbc7e5b290cbc4c326f1956c113fff39 /rules/avahi.make
parent2c2794de24e34ddf525498aee609f78b8e85965a (diff)
downloadptxdist-424a41c4248d92a3e7de5966c6ec9b6258f52055.tar.gz
ptxdist-424a41c4248d92a3e7de5966c6ec9b6258f52055.tar.xz
avahi: version bump 0.6.31 -> 0.7
The "service-types" file is no longer installed. Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/avahi.make')
-rw-r--r--rules/avahi.make12
1 files changed, 7 insertions, 5 deletions
diff --git a/rules/avahi.make b/rules/avahi.make
index 2e796bce4..8621bf89f 100644
--- a/rules/avahi.make
+++ b/rules/avahi.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_AVAHI) += avahi
#
# Paths and names
#
-AVAHI_VERSION := 0.6.31
-AVAHI_MD5 := 2f22745b8f7368ad5a0a3fddac343f2d
+AVAHI_VERSION := 0.7
+AVAHI_MD5 := d76c59d0882ac6c256d70a2a585362a6
AVAHI := avahi-$(AVAHI_VERSION)
AVAHI_SUFFIX := tar.gz
AVAHI_URL := http://avahi.org/download/$(AVAHI).$(AVAHI_SUFFIX)
@@ -52,7 +52,7 @@ AVAHI_CONF_OPT := \
--disable-gdbm \
--enable-libdaemon \
--disable-python \
- --disable-pygtk \
+ --disable-pygobject \
--disable-python-dbus \
--disable-mono \
--disable-monodoc \
@@ -83,6 +83,10 @@ AVAHI_CONF_OPT := \
--with-autoipd-group=$(PTXCONF_AVAHI_AUTOIP_GROUP) \
--with-systemdsystemunitdir=/usr/lib/systemd/system
+# if PTXCONF_AVAHI_LIBAVAHI_CLIENT and PTXCONF_AVAHI_GTK are set:
+# warning: libavahi-glib.so.1, needed by ./.libs/libavahi-ui-gtk3.so, not found (try using -rpath or -rpath-link)
+AVAHI_LDFLAGS := -Wl,-rpath-link,$(AVAHI_DIR)/avahi-glib/.libs/
+
AVAHI_CFLAGS:= -D_FILE_OFFSET_BITS=64
# ----------------------------------------------------------------------------
@@ -99,8 +103,6 @@ $(STATEDIR)/avahi.targetinstall:
@$(call install_fixup, avahi,DESCRIPTION,missing)
@$(call install_copy, avahi, 0, 0, 0644, -, \
- /usr/share/avahi/service-types)
- @$(call install_copy, avahi, 0, 0, 0644, -, \
/usr/share/avahi/avahi-service.dtd)
# avahi core libs