Changeset 5ecef9fc2f16566bd4268e56e531ac705174435f

Show
Ignore:
Timestamp:
11/09/08 19:45:17 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1221155117 +0200
git-parent:

[5574f54de8a088481ff209b7b87bccad4122f190]

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

Don't force unnneeded configure options to all libraries.

Files:

Legend:

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

    red2d5ff r5ecef9f  
    115115# 
    116116ifdef HAVE_WIN32 
    117 HOSTCONF+= --without-pic --disable-shared --enable-msw --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking 
     117HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking 
    118118FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686 --disable-debug 
    119119endif 
     
    19211921.gnutls: gnutls .opencdk .gcrypt .gpg-error  
    19221922ifdef HAVE_WIN32 
    1923     (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx -disable-shared --enable-static --disable-nls  && cd lgl && make && cd ../gl && make &&  cd ../lib &&make && make install && cd ../includes && make install) 
     1923    (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx -disable-shared --enable-static --disable-nls  --with-included-opencdk --with-included-libtasn1 && cd lgl && make && cd ../gl && make &&  cd ../lib &&make && make install && cd ../includes && make install) 
    19241924else 
    19251925    (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install)