diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-07 23:58:27 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-07 23:58:53 +0100 |
commit | 507b77841483fc9062e8a0eba4cd73b3d6a3d106 (patch) | |
tree | 59ef14f5de171eada13e33c7c600c66e23324805 | |
parent | 27bd80910a9fa638b6748164661cd1cabc54fdeb (diff) |
shairplay: use generic autoreconf fixup
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Configure override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r-- | sound/shairplay/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sound/shairplay/Makefile b/sound/shairplay/Makefile index 9ee666341..408f383bf 100644 --- a/sound/shairplay/Makefile +++ b/sound/shairplay/Makefile @@ -23,7 +23,7 @@ PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf define Package/shairplay SECTION:=sound @@ -32,12 +32,6 @@ define Package/shairplay TITLE:=Shairplay endef -define Build/Configure - (cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \ - ./autogen.sh;) - $(call Build/Configure/Default) -endef - define Package/shairplay/description Free portable AirPlay server implementation similar to ShairPort. endef |