Don't limit uploads.
[fedora-mingw.git] / openssl / mingw32-openssl-0.9.8j-shared.patch
1 --- ./Makefile.shared.lfarkas   2009-01-28 16:39:05.000000000 +0100
2 +++ ./Makefile.shared   2009-01-28 16:41:51.000000000 +0100
3 @@ -238,7 +238,7 @@
4         SHLIB=cyg$(LIBNAME); \
5         base=-Wl,--enable-auto-image-base; \
6         if expr $(PLATFORM) : 'mingw' > /dev/null; then \
7 -               SHLIB=$(LIBNAME)eay32; base=; \
8 +               SHLIB=lib$(LIBNAME); base=; \
9         fi; \
10         SHLIB_SUFFIX=.dll; \
11         LIBVERSION="$(LIBVERSION)"; \
12 @@ -253,7 +253,7 @@
13         SHLIB=cyg$(LIBNAME); \
14         base=-Wl,--enable-auto-image-base; \
15         if expr $(PLATFORM) : 'mingw' > /dev/null; then \
16 -               SHLIB=$(LIBNAME)eay32; \
17 +               SHLIB=lib$(LIBNAME); \
18                 base=;  [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \
19         fi; \
20         SHLIB_SUFFIX=.dll; \