[qpid-proton] Stop using linker optimization (#24129)

* Stop using linker optimization

These optimizations require the gold linker on Linux, and this linker is
not typically available.

* Add license

* Fix formatting
This commit is contained in:
Kevin Lalumiere 2022-04-14 11:25:29 -04:00 committed by GitHub
parent bb584d35bb
commit f95b78e004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

View File

@ -15,11 +15,12 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DPYTHON_EXECUTABLE=${PYTHON3}
-DLIB_SUFFIX=
-DBUILD_GO=no
-DENABLE_JSONCPP=ON
-DCMAKE_DISABLE_FIND_PACKAGE_CyrusSASL=ON
-DENABLE_JSONCPP=ON
-DENABLE_LINKTIME_OPTIMIZATION=OFF
-DLIB_SUFFIX=
-DPYTHON_EXECUTABLE=${PYTHON3}
)
vcpkg_cmake_install()

View File

@ -1,9 +1,10 @@
{
"name": "qpid-proton",
"version": "0.32.0",
"port-version": 4,
"port-version": 5,
"description": "Qpid Proton is a high-performance, lightweight messaging library.",
"homepage": "https://github.com/apache/qpid-proton",
"license": "Apache-2.0",
"dependencies": [
"jsoncpp",
{

View File

@ -5646,7 +5646,7 @@
},
"qpid-proton": {
"baseline": "0.32.0",
"port-version": 4
"port-version": 5
},
"qscintilla": {
"baseline": "2.12.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bc437ca04548b4ca544af845a2e2327010aa3281",
"version": "0.32.0",
"port-version": 5
},
{
"git-tree": "be327f08d64834a36d80a140832abbbc66e67207",
"version": "0.32.0",