From: Nicolas Thill Date: Sun, 8 Feb 2015 18:34:53 +0000 (+0100) Subject: shairplay: fix PKG_FIXUP X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f5c4816f1023171ce979b15fe40ffcdc6ff42b05;p=openwrt-packages.git shairplay: fix PKG_FIXUP PKG_FIXUP should be defined before including package.mk Signed-off-by: Nicolas Thill --- diff --git a/sound/shairplay/Makefile b/sound/shairplay/Makefile index 408f383bf..74a3fd781 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