mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
abseil-cpp: fix missing thread_local symbol in cordz
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="dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4"
|
||||
SOURCE_DIR="abseil-cpp-$portVersion"
|
||||
@@ -41,6 +41,7 @@ for lib in $libs; do
|
||||
done
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
|
||||
Reference in New Issue
Block a user