Changeset c6b1b02ad16f78618a0329deb23f8106db2dc47b
- Timestamp:
- 05/25/08 22:48:39
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1211748519 -0700
- git-parent:
[ea10aaa71a2db1c4aef933bf63ff065a5ab85dfb]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1211748519 -0700
- Message:
GNUTls fixed the vasprintf bug. No need to delete the files.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r876df3a |
rc6b1b02 |
|
| 1911 | 1911 | ifdef HAVE_WIN32 |
|---|
| 1912 | 1912 | patch -p0 < Patches/gnutls-win32.patch |
|---|
| 1913 | | (cd $@; cd lgl; ln -sf alloca_.h alloca.h; rm vasprintf.c; touch vasprintf.c; rm vasnprintf.c; touch vasnprintf.c) |
|---|
| | 1913 | (cd $@; cd lgl; ln -sf alloca_.h alloca.h;) |
|---|
| 1914 | 1914 | endif |
|---|
| 1915 | 1915 | |
|---|