mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
parent
befe517bbd
commit
f30e0a9d3a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue