mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
abseil_cpp: rebuild with c++ 17 standard
it's needed for tg_owt (openwebrtc telegram library): https://github.com/desktop-app/tg_owt/blob/master/cmake/external.cmake#L110
This commit is contained in:
@@ -4,7 +4,7 @@ C++11) designed to augment the C++ standard library."
|
||||
HOMEPAGE="https://abseil.io"
|
||||
COPYRIGHT="2017-2021 The Abseil Authors"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://github.com/abseil/abseil-cpp/archive/$portVersion/abseil-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f"
|
||||
SOURCE_DIR="abseil-cpp-$portVersion"
|
||||
@@ -73,6 +73,7 @@ BUILD()
|
||||
cmake -B build -S . $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_CXX_FLAGS="-DNDEBUG" \
|
||||
-DCMAKE_CXX_STANDARD=17 \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
make -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user