From b86cffe84a01ef8cfe57e50074cec1871d60b3aa Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 4 Dec 2019 06:44:59 +0100 Subject: [PATCH] libshairplay: use the installed headers Avahi installs the required headers, there's no need to point to its build directory. --- packages/network/libshairplay/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/libshairplay/package.mk b/packages/network/libshairplay/package.mk index afbe86bb4b..c0969a18d9 100644 --- a/packages/network/libshairplay/package.mk +++ b/packages/network/libshairplay/package.mk @@ -13,7 +13,7 @@ PKG_LONGDESC="Apple airplay and raop protocol server" PKG_TOOLCHAIN="autotools" pre_configure_target() { - CFLAGS="$CFLAGS -I$(get_build_dir avahi)/avahi-compat-libdns_sd" + CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/avahi-compat-libdns_sd" } post_makeinstall_target() {