mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
flex: update to 2.6.4
https://github.com/westes/flex/releases Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
cb0969580b
commit
1a533a1cd1
@@ -7,18 +7,13 @@
|
||||
#usr/lib/libfl.so
|
||||
usr/lib/libfl.so.2
|
||||
usr/lib/libfl.so.2.0.0
|
||||
#usr/lib/libfl_pic.a
|
||||
#usr/lib/libfl_pic.la
|
||||
#usr/lib/libfl_pic.so
|
||||
usr/lib/libfl_pic.so.2
|
||||
usr/lib/libfl_pic.so.2.0.0
|
||||
#usr/lib/libl.a
|
||||
#usr/share/doc/flex
|
||||
#usr/share/doc/flex/AUTHORS
|
||||
#usr/share/doc/flex/COPYING
|
||||
#usr/share/doc/flex/NEWS
|
||||
#usr/share/doc/flex/ONEWS
|
||||
#usr/share/doc/flex/README
|
||||
#usr/share/doc/flex/README.md
|
||||
#usr/share/info/flex.info
|
||||
#usr/share/info/flex.info-1
|
||||
#usr/share/info/flex.info-2
|
||||
|
||||
9
lfs/flex
9
lfs/flex
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.6.1
|
||||
VER = 2.6.4
|
||||
|
||||
THISAPP = flex-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
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 = cd3c86290fc2676a641aefafeb10848a
|
||||
$(DL_FILE)_MD5 = 2882e3179748cc9f9c23ec593d6adc8d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,7 +70,8 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
||||
cd $(DIR_APP) && HELP2MAN=/tools/bin/true \
|
||||
./configure --prefix=/usr --disable-nls
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_APP) && make $(EXTRA_INSTALL) install
|
||||
ifeq "$(ROOT)" ""
|
||||
|
||||
Reference in New Issue
Block a user