(cd$<; ./autogen.sh &&$(HOSTCC) ./configure $(HOSTCONF)--target=i586-mingw32msvc --prefix=$(PREFIX)CFLAGS="$(CFLAGS)"$(CIPHDIG)&&sed-i 46s@sys/times.h@sys/time.h@ cipher/random.c && make && make install)
(cd$<; ./autogen.sh &&$(HOSTCC) ./configure $(HOSTCONF)--target=i586-mingw32msvc --prefix=$(PREFIX)CFLAGS="$(CFLAGS)"$(CIPHDIG)--disable-shared--enable-static--disable-nls&&sed-i 46s@sys/times.h@sys/time.h@ cipher/random.c && make && make install)
else
(cd$<;$(HOSTCC) ./configure $(HOSTCONF)--prefix=$(PREFIX)CFLAGS="$(CFLAGS)"$(CIPHDIG)&& make && make install)
endif
...
...
@@ -1885,7 +1885,7 @@ endif
.gnutls:gnutls .opencdk .gcrypt .gpg-error
ifdefHAVE_WIN32
(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)
(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)
else
(cd$<;$(HOSTCC) ./configure $(HOSTCONF)--prefix=$(PREFIX)CFLAGS="$(CFLAGS)"--disable-cxx--with-libopencdk-prefix=$(PREFIX)--disable-guile&& make && make install)