summaryrefslogtreecommitdiff
path: root/package/bison/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-27 19:58:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-27 19:58:00 +0100
commit0f77fa26b817ae7a022fd3f1682b1c5a31905682 (patch)
tree1101d7f3e2f03c074578b5514b1483ebc1bce868 /package/bison/Makefile
parentc17a43a8c5dca2cb2a04b66952243f4122119896 (diff)
fix uClibc build, update bison to latest upstream
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r--package/bison/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile
index 182e10310..16c31b94e 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -4,15 +4,17 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bison
-PKG_VERSION:= 2.4.3
-PKG_RELEASE:= 2
-PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73
+PKG_VERSION:= 3.0.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2
PKG_DESCR:= GNU parser generator
PKG_SECTION:= lang
PKG_BUILDDEP:= flex-host bison-host
PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+
include ${TOPDIR}/mk/host.mk
include ${TOPDIR}/mk/package.mk
@@ -20,6 +22,8 @@ $(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
+TARGET_LDFLAGS+= -lrt
+XAKE_FLAGS+= M4=m4
bison-install:
${INSTALL_DIR} ${IDIR_BISON}/usr/bin ${IDIR_BISON}/usr/share/bison