mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
groff: update to 1.22.4
This fix compile problems on small arm boards. (cc1 internal error) Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
config/rootfiles/core/129/filelists/groff
Symbolic link
1
config/rootfiles/core/129/filelists/groff
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../common/groff
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 1.22.3
|
VER = 1.22.4
|
||||||
|
|
||||||
THISAPP = groff-$(VER)
|
THISAPP = groff-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = cc825fa64bc7306a885f2fb2268d3ec5
|
$(DL_FILE)_MD5 = 08fb04335e2f5e73f23ea4c3adbf0c5f
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && PAGE=A4 ./configure \
|
cd $(DIR_APP) && PAGE=A4 ./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
|
|
||||||
cd $(DIR_APP) && make #This package does not support parallel build
|
cd $(DIR_APP) && make
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
ln -svf eqn /usr/bin/geqn
|
ln -svf eqn /usr/bin/geqn
|
||||||
ln -svf tbl /usr/bin/gtbl
|
ln -svf tbl /usr/bin/gtbl
|
||||||
|
|||||||
Reference in New Issue
Block a user