mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[Ace] Support -fPIC compiler flag on Linux (#22864)
* 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>
This commit is contained in:
parent
6427bc63ce
commit
5fe063fda0
@ -105,7 +105,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
elseif(VCPKG_TARGET_IS_LINUX)
|
||||
set(SOLUTION_TYPE gnuace)
|
||||
set(config_h_contents "#include \"ace/config-linux.h\"\n")
|
||||
file(WRITE "${ACE_ROOT}/include/makeinclude/platform_macros.GNU" "include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU")
|
||||
file(WRITE "${ACE_ROOT}/include/makeinclude/platform_macros.GNU" "CCFLAGS += -fPIC\ninclude $(ACE_ROOT)/include/makeinclude/platform_linux.GNU")
|
||||
elseif(VCPKG_TARGET_IS_OSX)
|
||||
set(SOLUTION_TYPE gnuace)
|
||||
set(config_h_contents "#include \"ace/config-macosx.h\"\n")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ace",
|
||||
"version": "7.0.6",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
||||
"description": "The ADAPTIVE Communication Environment",
|
||||
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d20fc0a9eac1744ff9fb5c5427eade58234e35c9",
|
||||
"version": "7.0.6",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "0ad9c09c1663f5264f5bf5dcbe1d402618973144",
|
||||
"version": "7.0.6",
|
||||
|
@ -18,7 +18,7 @@
|
||||
},
|
||||
"ace": {
|
||||
"baseline": "7.0.6",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
|
Loading…
Reference in New Issue
Block a user