Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:Qt:MinGW:latest:win64
mingw64-openssl
mingw32-openssl-1.0.2a-sfx.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw32-openssl-1.0.2a-sfx.patch of Package mingw64-openssl
--- openssl-1.0.2a/engines/Makefile.enginesdir 2015-03-19 14:31:14.000000000 +0100 +++ openssl-1.0.2a/engines/Makefile 2015-04-24 18:27:12.875788913 +0200 @@ -111,7 +111,10 @@ for l in $(LIBNAMES); do \ ( echo installing $$l; \ pfx=lib; \ - if expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ + if [ "$(PLATFORM)" = "mingw" ]; then \ + sfx=.dll; \ + cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$$pfx$$l$$sfx.new; \ + elif expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ sfx=".so"; \ cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \ else \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor