From f5c4816f1023171ce979b15fe40ffcdc6ff42b05 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 8 Feb 2015 19:34:53 +0100 Subject: [PATCH] shairplay: fix PKG_FIXUP PKG_FIXUP should be defined before including package.mk Signed-off-by: Nicolas Thill --- sound/shairplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/shairplay/Makefile b/sound/shairplay/Makefile index 408f383bf6..74a3fd781b 100644 --- a/sound/shairplay/Makefile +++ b/sound/shairplay/Makefile @@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -include $(INCLUDE_DIR)/package.mk - PKG_FIXUP:=autoreconf +include $(INCLUDE_DIR)/package.mk + define Package/shairplay SECTION:=sound CATEGORY:=Sound