mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BISON_VERSION = 3.4.1
|
||||
BISON_VERSION = 3.7.1
|
||||
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
|
||||
BISON_SITE = $(BR2_GNU_MIRROR)/bison
|
||||
BISON_LICENSE = GPL-3.0+
|
||||
@@ -12,5 +12,7 @@ BISON_LICENSE_FILES = COPYING
|
||||
# parallel build issue in examples/c/reccalc/
|
||||
BISON_MAKE = $(MAKE1)
|
||||
HOST_BISON_DEPENDENCIES = host-m4
|
||||
HOST_BISON_CONF_OPTS = --enable-relocatable
|
||||
HOST_BISON_CONF_ENV = ac_cv_libtextstyle=no
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user