Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a port for xmlsec library #7177

Closed
wants to merge 5 commits into from
Closed

Added a port for xmlsec library #7177

wants to merge 5 commits into from

Conversation

SvenPStarFinanz
Copy link
Contributor

Should work on Windows, Linux, OSX.

@msftclas
Copy link

msftclas commented Jul 5, 2019

CLA assistant check
All CLA requirements met.

@SvenPStarFinanz
Copy link
Contributor Author

Have to work on static triplet.

SHA512 fb0c775f6455ce5a5579a69bb91d60fe90c023e538c32bdf2a70aa413a53b22ef938349a3ce6b42bb23f8f70b4e00f1b9917f877487bb1507c927ec70c3d95f5
HEAD_REF master
)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

@MVoz
Copy link
Contributor

MVoz commented Jul 5, 2019

@SvenPStarFinanz
why shut down? dynamically also compiled through the original configurator

need to watch variables

@MVoz
Copy link
Contributor

MVoz commented Jul 6, 2019

debug dynamic

set(STATIC 0)
set(WITH_DL 1)
# .\configure.txt
# This file is generated automatically by configure.js.

XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
XMLSEC_VERSION_SUBMINOR=28
BASEDIR=..
XMLSEC_SRCDIR=..\src
APPS_SRCDIR=..\apps
BINDIR=binaries
WITH_CRYPTO=mscrypto
WITH_DEFAULT_CRYPTO=mscrypto
WITH_OPENSSL=0
WITH_OPENSSL_VERSION=XMLSEC_OPENSSL_
WITH_NSS=0
WITH_MSCRYPTO=1
WITH_MSCNG=0
WITH_LIBXSLT=1
WITH_ICONV=1
WITH_NT4=1
UNICODE=1
DEBUG=1
WERROR=0
CC=cl.exe
CFLAGS=/MDd
STATIC=0
WITH_DL=1
PREFIX=E:\tools\vcpkg\installed\x64-windows\debug
BINPREFIX=$(PREFIX)\bin
INCPREFIX=$(PREFIX)\include
LIBPREFIX=$(PREFIX)\lib
SOPREFIX=$(PREFIX)\bin
INCLUDE=$(INCLUDE);.
LIB=$(LIB);.
CRUNTIME=/MDd

@SvenPStarFinanz
Copy link
Contributor Author

I had some problems with git handling. Resubmitted in #7196 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants