view auto/lib/openssl/makefile.bcc @ 3211:3ea03c1fe050

add lingering timeout if a response is short and a request body is being discarded, the bug was introduced in r3050
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Oct 2009 14:08:09 +0000
parents dfec0e090265
children 92378c49456d
line wrap: on
line source


# Copyright (C) Igor Sysoev


all:
	cd $(OPENSSL)

	perl Configure BC-32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
		$(OPENSSL_OPT)

	ms\do_nasm

	$(MAKE) -f ms\bcb.mak
	$(MAKE) -f ms\bcb.mak install

	# Borland's make does not expand "[ch]" in
	#    copy "inc32\openssl\*.[ch]" "openssl\include\openssl"
	copy inc32\openssl\*.h openssl\include\openssl