Ticket #67: glibc.diff
| File glibc.diff, 0.8 kB (added by Jan-Nik, 8 months ago) |
|---|
-
share/apkg-script-utils
old new 1863 1863 # requireLibC <SYMBOL> [SYMBOL..] 1864 1864 # SYMBOL: A string of the form "GLIBC_2.1.3", but obviously adapted to the version reference that your binary needs 1865 1865 # 1866 # requireLibC allows you to ensure that the system has at leastthe 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. 1867 1867 # glibc does not break backwards compatability (in theory), it only ever adds interfaces. The reason this is 1868 1868 # a separate function to require() is that glibc is a special pacakge - it is always present, and uses symbol 1869 1869 # versioning.
