bison: Update to 2.5.1.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jan Lentfer
2012-06-16 12:17:57 +02:00
committed by Michael Tremer
parent 81b2c3f165
commit 5794d15497
2 changed files with 20 additions and 6 deletions

View File

@@ -24,10 +24,10 @@
include Config
VER = 2.2
VER = 2.5.1
THISAPP = bison-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects =$(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e345a5d021db850f06ce49eba78af027
$(DL_FILE)_MD5 = 8fedf916f1aa2c4a31441d8f8bbc603c
install : $(TARGET)
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
# Disable NLS
#cd $(DIR_APP) && echo '#define YYENABLE_NLS 1' >> config.h