Changeset 9cacf4afaa63e933fd6e3658e6b0cc6581c3f644
- Timestamp:
- 11/28/07 18:23:39
(9 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1196270619 +0000
- git-parent:
[ea27196a65dad0b618b0f9dde683e404d835893b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1196270619 +0000
- Message:
Lets assume glibc 2.8 will work properly when it's out (though I doubt it)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r90fbce4 |
r9cacf4a |
|
| 6 | 6 | Important notes: |
|---|
| 7 | 7 | ---------------- |
|---|
| | 8 | * On Linux, localization will be disabled if you have glibc 2.6 or 2.7 due |
|---|
| | 9 | to a major bug in libintl with these glibc versions. |
|---|
| 8 | 10 | * The HTTP interface is now only available on the local machine by default. |
|---|
| 9 | 11 | If you want to make it available from other machines, you will have to |
|---|
| rfb03332 |
r9cacf4a |
|
| 68 | 68 | |
|---|
| 69 | 69 | # ifdef __GLIBC__ |
|---|
| 70 | | if (dlsym (RTLD_NEXT, "sync_file_range")) |
|---|
| | 70 | if (dlsym (RTLD_NEXT, "sync_file_range") && !dlsym (RTLD_NEXT, "qsort_r")) |
|---|
| 71 | 71 | { |
|---|
| 72 | 72 | /* Way too many Linux users have glibc 2.6 that keeps crashing |
|---|