mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:54:04 +02:00
bard: using PKG_FIXUP. not redefine Configure
This commit is contained in:
parent
5c470deb5c
commit
0b14c8656e
@ -13,6 +13,8 @@ PKG_SOURCE_URL:=http://festvox.org/bard/
|
|||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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.
|
but can also read books to a user using text-to-speech.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += FLITEDIR=$(STAGING_DIR)/usr
|
||||||
cd $(PKG_BUILD_DIR) && autoconf
|
|
||||||
$(call Build/Configure/Default, FLITEDIR=$(STAGING_DIR)/usr)
|
|
||||||
endef
|
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user