shairplay: fix PKG_FIXUP
authorNicolas Thill <nico@openwrt.org>
Sun, 8 Feb 2015 18:34:53 +0000 (19:34 +0100)
committerNicolas Thill <nico@openwrt.org>
Sun, 8 Feb 2015 18:34:53 +0000 (19:34 +0100)
PKG_FIXUP should be defined before including package.mk

Signed-off-by: Nicolas Thill <nico@openwrt.org>
sound/shairplay/Makefile

index 408f383bf69228c26893fe5576277a55c886d1e4..74a3fd781b3936b70cb6f6f755032e6c0c57565e 100644 (file)
@@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
 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