aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-04-26 15:13:36 -0700
committerRosen Penev <rosenp@gmail.com>2020-04-26 15:34:18 -0700
commit2a5fa45d72486966b978653fb0910d580d6c3a0b (patch)
tree491927e1ed4829d80a977fb284959a4ae24d74fa /libs/avahi/Makefile
parent231cd05013e5ab23cc92469171e848cfae2e5ce4 (diff)
avahi: remove these pkgconfig workarounds
Backported the upstream patch instead. Less error prone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r--libs/avahi/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile
index 428493c56..3da22bb3b 100644
--- a/libs/avahi/Makefile
+++ b/libs/avahi/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=avahi
PKG_VERSION:=0.8
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) \
@@ -321,15 +321,6 @@ endif
endif
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* $(1)/usr/lib/pkgconfig/
- $(SED) 's,/usr/lib,$$$${exec_prefix}/lib,g' $(1)/usr/lib/pkgconfig/avahi-core.pc
-ifeq ($(BUILD_VARIANT),dbus)
-ifneq ($(CONFIG_PACKAGE_libavahi-client),)
- $(SED) 's,/usr/lib,$$$${exec_prefix}/lib,g' $(1)/usr/lib/pkgconfig/avahi-client.pc
-endif
-ifneq ($(CONFIG_PACKAGE_libavahi-compat-libdnssd),)
- $(SED) 's,/usr/lib,$$$${exec_prefix}/lib,g' $(1)/usr/lib/pkgconfig/avahi-compat-libdns_sd.pc
-endif
-endif
endef
define Package/libavahi/install