mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
bard: using PKG_FIXUP. not redefine Configure
This commit is contained in:
@@ -13,6 +13,8 @@ PKG_SOURCE_URL:=http://festvox.org/bard/
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
|
||||
PKG_RELEASE:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -29,10 +31,7 @@ Bard Storyteller is a text reader. Bard not only allows a user to read books,
|
||||
but can also read books to a user using text-to-speech.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
cd $(PKG_BUILD_DIR) && autoconf
|
||||
$(call Build/Configure/Default, FLITEDIR=$(STAGING_DIR)/usr)
|
||||
endef
|
||||
CONFIGURE_ARGS += FLITEDIR=$(STAGING_DIR)/usr
|
||||
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user