dolphin: fix paste on musl

fixes #51303
This commit is contained in:
classabbyamp 2024-08-13 00:54:40 -04:00
parent befe517bbd
commit f30e0a9d3a
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dolphin'
pkgname=dolphin
version=24.05.1
revision=2
revision=3
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
@ -29,5 +29,6 @@ if [ "$CROSS_BUILD" ]; then
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
LDFLAGS="$LDFLAGS -Wl,-z,stack-size=0x200000"
makedepends+=" musl-fts-devel"
fi