mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
newt: Update to 0.52.17
This commit is contained in:
17
lfs/newt
17
lfs/newt
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.51.6
|
||||
VER = 0.52.17
|
||||
|
||||
THISAPP = newt-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -38,9 +38,9 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 98567d5a18535e3a926dca5b4527b4a9
|
||||
$(DL_FILE)_MD5 = f36d4d908965a0c89fd6fd8b61a6118b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -69,13 +69,10 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/newt-0.51.6-if1close.patch
|
||||
cd $(DIR_APP) && ./configure --without-gpm-support
|
||||
cd $(DIR_APP) && sed -i 's%^CFLAGS.*$$%CFLAGS = $(CFLAGS) -Wall -D_GNU_SOURCE%' Makefile
|
||||
cd $(DIR_APP) && make
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr \
|
||||
--without-gpm-support --without-tcl
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
cd $(DIR_APP) && install -m 0644 newt.h /usr/include
|
||||
ln -sf libnewt.so.0.51 /usr/lib/libnewt.so
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user