mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
MEGAsdk: rebuild for openssl3
This commit is contained in:
parent
bd4c0efd07
commit
9df9464946
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'MEGAsdk'
|
||||
pkgname=MEGAsdk
|
||||
version=3.7.3c
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-chat --disable-examples $(vopt_with libuv)"
|
||||
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
||||
|
@ -20,6 +20,8 @@ replaces="libmega>=0"
|
|||
|
||||
build_options="libuv mediainfo"
|
||||
|
||||
CXXFLAGS="-fpermissive"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) build_options_default="libuv";;
|
||||
*) build_options_default="libuv mediainfo";;
|
||||
|
|
Loading…
Add table
Reference in a new issue