diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 14:40:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-13 14:40:12 +0100 |
commit | ab2c24f481294384e4e4356d3f6bb64c0b22fbb3 (patch) | |
tree | 34e6581a1ca8fc84df3c828cf911e43a80d6ecdf | |
parent | 4051a8aecc3644bd1f55c4d611e35d64100a90c4 (diff) |
bison needs flex-host
-rw-r--r-- | package/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index aaef1b631..c6a8c3471 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang +PKG_BUILDDEP:= flex-host PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} @@ -19,7 +20,6 @@ $(eval $(call HOST_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,BISON,bison,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) HOST_STYLE:= auto -#XAKE_FLAGS+= M4=m4 bison-install: ${INSTALL_DIR} ${IDIR_BISON}/usr/bin ${IDIR_BISON}/usr/share/bison |