mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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
|
||||
|
||||
VER = 1.22.3
|
||||
VER = 1.22.4
|
||||
|
||||
THISAPP = groff-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = cc825fa64bc7306a885f2fb2268d3ec5
|
||||
$(DL_FILE)_MD5 = 08fb04335e2f5e73f23ea4c3adbf0c5f
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && PAGE=A4 ./configure \
|
||||
--prefix=/usr
|
||||
|
||||
cd $(DIR_APP) && make #This package does not support parallel build
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
ln -svf eqn /usr/bin/geqn
|
||||
ln -svf tbl /usr/bin/gtbl
|
||||
|
||||
Reference in New Issue
Block a user