mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
checkinstall: Support Glibc >= 2.16
This commit is contained in:
parent
101eba7bef
commit
4c67972e9b
@ -52,7 +52,7 @@ diff -x '*~' -rc checkinstall-1.6.2pre20081116-orig/installwatch/create-localdec
|
||||
6)
|
||||
echo '#define GLIBC_MINOR 6' >> $OUTFILE
|
||||
SUBVERSION='glibc-2.6' ;;
|
||||
! 7|8|9|10|11|12|13|14|15)
|
||||
! 7|8|9|10|11|12|13|14|15|16|17|18)
|
||||
echo '#define GLIBC_MINOR 7' >> $OUTFILE
|
||||
SUBVERSION='glibc-2.7' ;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user