From 833e12d361daba0fc859910f8abd50b5b825300d Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Tue, 10 Dec 2024 14:46:14 +0800 Subject: [PATCH] =?UTF-8?q?libdash=E5=A2=9E=E5=8A=A0openssl=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E4=BB=A5=E5=8F=8A=E8=AE=BE=E7=BD=AEcurl=E5=BA=93?= =?UTF-8?q?=E7=9A=84cmakecxxflag=E5=8F=82=E6=95=B0=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dlibdash=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/libdash/HPKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/libdash/HPKBUILD b/thirdparty/libdash/HPKBUILD index b7993fdc..20b0ecc1 100644 --- a/thirdparty/libdash/HPKBUILD +++ b/thirdparty/libdash/HPKBUILD @@ -7,7 +7,7 @@ pkgdesc="libdash is the official reference software of the ISO/IEC MPEG-DASH sta url="https://github.com/bitmovin/libdash" archs=("armeabi-v7a" "arm64-v8a") license=("LGPL-2.1-or-later") -depends=("libxml2" "curl") +depends=("libxml2" "curl" "openssl") makedepends=() install= source="https://github.com/bitmovin/$pkgname/archive/refs/tags/$pkgver.tar.gz" @@ -37,7 +37,7 @@ prepare() { build() { cd $builddir/$pkgname - ${OHOS_SDK}/native/build-tools/cmake/bin/cmake "$@" -DOHOS_ARCH=$ARCH -B`pwd`/../$ARCH-build -S./ -L > `pwd`/../$ARCH-build/build.log 2>&1 + ${OHOS_SDK}/native/build-tools/cmake/bin/cmake "$@" -DCMAKE_CXX_FLAGS="-L$LYCIUM_ROOT/usr/curl/$ARCH/lib -lcurl" -DOHOS_ARCH=$ARCH -B`pwd`/../$ARCH-build -S./ -L > `pwd`/../$ARCH-build/build.log 2>&1 make -j4 -C `pwd`/../$ARCH-build >> `pwd`/../$ARCH-build/build.log 2>&1 ret=$? cd $OLDPWD -- Gitee