mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[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:
parent
bb584d35bb
commit
f95b78e004
@ -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()
|
||||
|
@ -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",
|
||||
{
|
||||
|
@ -5646,7 +5646,7 @@
|
||||
},
|
||||
"qpid-proton": {
|
||||
"baseline": "0.32.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"qscintilla": {
|
||||
"baseline": "2.12.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bc437ca04548b4ca544af845a2e2327010aa3281",
|
||||
"version": "0.32.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "be327f08d64834a36d80a140832abbbc66e67207",
|
||||
"version": "0.32.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user