Changeset 520ee292ef0488e99426bb17da8e0ad5f416d54d
- Timestamp:
- 04/19/08 00:42:10
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1208558530 +0200
- git-parent:
[177d0a202501f150bf001cc16d592a2bd84476af]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1208558530 +0200
- Message:
Fix gnutls building on windows... Complete and horrible hack... but
seems to work.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r177d0a2 |
r520ee29 |
|
| 1881 | 1881 | ifdef HAVE_WIN32 |
|---|
| 1882 | 1882 | patch -p0 < Patches/gnutls-win32.patch |
|---|
| 1883 | | (cd $@; cd lgl; ln -sf alloca_.h alloca.h) |
|---|
| | 1883 | (cd $@; cd lgl; ln -sf alloca_.h alloca.h; rm vasprintf.c; touch vasprintf.c; rm vasnprintf.c; touch vasnprintf.c) |
|---|
| 1884 | 1884 | endif |
|---|
| 1885 | 1885 | |
|---|