[pkg-opensc-commit] [opensc] 21/295: compile zlib with -MT instead of -MD

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 84d4b0630cf637b50911fd1a6c8b3c51e51468c9
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Sun Jun 5 22:38:05 2016 +0200

    compile zlib with -MT instead of -MD
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 46edf5f..b946ea0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -90,6 +90,7 @@ build_script:
   - ps: >-
       if (!($env:Configuration -Like "*Light*")) {
           cd C:\zlib
+          (Get-Content win32/Makefile.msc).replace('-MD', '-MT') | Set-Content win32/Makefile.msc
           If ($env:Platform -Match "x86") {
              nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj" zlib.lib
           } Else {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list