Changeset 520ee292ef0488e99426bb17da8e0ad5f416d54d

Show
Ignore:
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
  • extras/contrib/src/Makefile

    r177d0a2 r520ee29  
    18811881ifdef HAVE_WIN32 
    18821882    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)  
    18841884endif 
    18851885