Ticket #67: glibc.diff

File glibc.diff, 0.8 kB (added by Jan-Nik, 8 months ago)

just removes "at least". Don't know if this okay

  • share/apkg-script-utils

    old new  
    18631863# requireLibC <SYMBOL> [SYMBOL..] 
    18641864# SYMBOL: A string of the form "GLIBC_2.1.3", but obviously adapted to the version reference that your binary needs 
    18651865# 
    1866 # requireLibC allows you to ensure that the system has at least the version of glibc that your binaries require. 
     1866# requireLibC allows you to ensure that the system has the version of glibc that your binaries require. 
    18671867# glibc does not break backwards compatability (in theory), it only ever adds interfaces. The reason this is 
    18681868# a separate function to require() is that glibc is a special pacakge - it is always present, and uses symbol 
    18691869# versioning.