qLinux
… a distribution study
<< Prev Gettext-0.21
Next >> Grep-3.7
Bison-3.7.6
Reference: 8.32. Bison-3.7.6. Fix the build system (this is - with distance - the weirdest one until now):
patch -Np1 -i bison-3.7.6-qlnx-1-20220204.patch
Apply a small patch to ensure  yacc 
will build with the correct shebang and  /qlnx/dev/null 
:
patch -Np1 -i bison-3.7.6-qlnx-2-20220204.patch
Configure, build and install bison:
./configure --prefix=/qlnx \ --docdir=/tmp \ --mandir=/qlnx/man \ --datarootdir=/qlnx/dat \ --infodir=/tmp
make make install
Optional: remove the not very useful library  liby.a 
(we do not claim to be Posix conform):
rm -f /qlnx/lib/liby.a
<< Prev Gettext-0.21
Next >> Grep-3.7