aboutsummaryrefslogtreecommitdiff
path: root/packages/Win32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-21 08:10:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-21 08:10:29 +0000
commitbe3d601217706ada926e0a00e26e324349678f6b (patch)
tree1a45f32cd045650fd094757c194b9cab20f3c1e1 /packages/Win32
parentca0fd33d2d3ecca13bc78893e165a34682b4dcd2 (diff)
another Kevin Roth update
Diffstat (limited to 'packages/Win32')
-rw-r--r--packages/Win32/cygwin/Makefile.am1
-rw-r--r--packages/Win32/cygwin/README13
2 files changed, 6 insertions, 8 deletions
diff --git a/packages/Win32/cygwin/Makefile.am b/packages/Win32/cygwin/Makefile.am
index b0e35f729..196e48171 100644
--- a/packages/Win32/cygwin/Makefile.am
+++ b/packages/Win32/cygwin/Makefile.am
@@ -20,6 +20,7 @@ cygwintmp = $(CURDIR)/tmp_binbuild
cygwinbin:
rm -rf $(cygwintmp)
$(MAKE) -C $(top_builddir) install-strip prefix=$(cygwintmp)/usr
+ $(STRIP) $(cygwintmp)/usr/bin/cygcurl-?.dll
$(mkinstalldirs) $(cygwintmp)/usr/doc/Cygwin \
$(cygwintmp)/usr/doc/$(PACKAGE)-$(VERSION)
cp $(srcdir)/README \
diff --git a/packages/Win32/cygwin/README b/packages/Win32/cygwin/README
index c3fc14659..705cbbc27 100644
--- a/packages/Win32/cygwin/README
+++ b/packages/Win32/cygwin/README
@@ -8,12 +8,9 @@ Curl is a tool for transferring files with URL syntax, supporting
See /usr/doc/curl-<version>/FEATURES for more info.
-Runtime Dependencies:
+Dependencies:
- Cygwin
-
-Compile-time Dependencies:
- - OpenSSL 0.9.6b (*)
-
+ - OpenSSL 0.9.6b-2+ (*)
(*) cURL can be built without SSL support: ./configure --without-ssl
@@ -79,10 +76,10 @@ Packaging Instructions:
cookies, user+password authentication, file transfer resume,
http proxy tunneling and a busload of other useful tricks."
category: Web Libs
- requires: cygwin
+ requires: cygwin openssl
Cygwin port maintained by:
Kevin Roth <kproth at bigfoot dot com>
- Questions regarding cURL use should be directed to curl@contactor.se.
- Questions regarding its packaging should be directed to cygwin@cygwin.com.
+ Questions about cURL should be directed to curl@contactor.se.
+ Questions about its cygwin package should be directed to cygwin@cygwin.com.