mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 13:09:00 +08:00
5fe063fda0
* support of -fPIC flag in linux compilation * Modify versions * Make -fPIC mandatory for linux builds * Update ace.json * Change vcpkg version * Change to versions * Update ace.json Co-authored-by: bisaillonp <Pierre.Bisaillon@ixiasoft.com>
44 lines
963 B
JSON
44 lines
963 B
JSON
{
|
|
"name": "ace",
|
|
"version": "7.0.6",
|
|
"port-version": 3,
|
|
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
|
"description": "The ADAPTIVE Communication Environment",
|
|
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
|
|
"license": "DOC",
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL/TLS features in ACE",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"tao": {
|
|
"description": "The ACE ORB"
|
|
},
|
|
"wchar": {
|
|
"description": "Enable extra wide char functions in ACE"
|
|
},
|
|
"xml": {
|
|
"description": "Enable XML features in ACE"
|
|
},
|
|
"xml-utils": {
|
|
"description": "Include the ACE_XML_Utils library",
|
|
"dependencies": [
|
|
{
|
|
"name": "xerces-c",
|
|
"features": [
|
|
"xmlch-wchar"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Enable zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|