libevent: Add missing dependency on libgcc_s.

This commit is contained in:
Michael Lotz
2014-11-23 18:01:40 +01:00
parent 66114f31be
commit f2e3813c88

View File

@@ -14,7 +14,7 @@ CHECKSUM_SHA256="22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f
LICENSE="BSD (3-clause)"
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."
REVISION="6"
REVISION="7"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -35,8 +35,9 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libssl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libgcc_s$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
cmd:python
"
# haiku${secondaryArchSuffix} doesn't define included libraries yet