Changeset bf63aff81b51cd725e6ef4086b9af42b5a217779

Show
Ignore:
Timestamp:
04/06/08 09:28:51 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@altair.videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1207466931 +0200
git-parent:

[a36cc9f8f1305b965883ec76a0d34c3a82d99699]

git-author:
Jean-Baptiste Kempf <jb@altair.videolan.org> 1207466931 +0200
Message:

Yet another fix for gnuTLS on mingw

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r76671a0 rbf63aff  
    18811881.gnutls: gnutls .opencdk .gcrypt .gpg-error  
    18821882ifdef HAVE_WIN32 
    1883     (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx && cd gl && make && cd ../lgl && make &&  cd ../lib &&make && make install && cd ../includes && make install) 
     1883    (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx && cd lgl && make && cd ../gl && make &&  cd ../lib &&make && make install && cd ../includes && make install) 
    18841884else 
    18851885    (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install)