mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fixed libevent recipe (it was producing a broken symlink and throwed a policy warning when compiling on x86)
This commit is contained in:
@@ -7,14 +7,14 @@ CHECKSUM_MD5="b2405cc9ebf264aa47ff615d9de527a2"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."
|
||||
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libevent${secondaryArchSuffix} = ${portVersion}
|
||||
cmd:event_rpcgen.py
|
||||
cmd:event_rpcgen.py$secondaryArchSuffix
|
||||
lib:libevent$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
lib:libevent_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
lib:libevent_core_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
|
||||
@@ -76,10 +76,11 @@ INSTALL()
|
||||
libevent_pthreads \
|
||||
libevent_openssl
|
||||
|
||||
mv .libs/libevent_core.* \
|
||||
.libs/libevent_extra.* \
|
||||
.libs/libevent_pthreads.* \
|
||||
.libs/libevent_openssl.* \
|
||||
cp .libs/libevent-*.so* \
|
||||
.libs/libevent_core-*.so* \
|
||||
.libs/libevent_extra-*.so* \
|
||||
.libs/libevent_pthreads-*.so* \
|
||||
.libs/libevent_openssl-*.so* \
|
||||
$developLibDir
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user