Don't limit uploads.
[fedora-mingw.git] / openssl / mingw32-openssl-0.9.8g-sfx.patch
1 --- openssl-0.9.8g.orig/engines/Makefile        2006-02-04 01:49:34.000000000 +0000
2 +++ openssl-0.9.8g.mingw/engines/Makefile       2008-09-30 20:05:30.000000000 +0100
3 @@ -91,7 +91,10 @@
4                 set -e; \
5                 for l in $(LIBNAMES); do \
6                         ( echo installing $$l; \
7 -                         if [ "$(PLATFORM)" != "Cygwin" ]; then \
8 +                         if [ "$(PLATFORM)" = "mingw" ]; then \
9 +                               sfx=dll; \
10 +                               cp lib$$l.$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.$$sfx.new; \
11 +                         elif [ "$(PLATFORM)" != "Cygwin" ]; then \
12                                 case "$(CFLAGS)" in \
13                                 *DSO_DLFCN*)    sfx="so";;      \
14                                 *DSO_DL*)       sfx="sl";;      \