mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
lsp-plugins: fix musl build
Passed the wrong architecture (x86_64-musl instead of x86_64) to the build system resulting in missing symbols for x86 optimizations. Fixes #54235
This commit is contained in:
parent
ac280ccf18
commit
2a037fc349
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lsp-plugins'
|
||||
pkgname=lsp-plugins
|
||||
version=1.2.20
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
make_build_args="VERBOSE=0"
|
||||
|
@ -28,7 +28,7 @@ do_configure() {
|
|||
_configure_args=(
|
||||
PREFIX=/usr
|
||||
LD="$CXX"
|
||||
ARCHITECTURE="$XBPS_TARGET_MACHINE"
|
||||
ARCHITECTURE="$XBPS_TARGET_ARCH"
|
||||
ARCHITECTURE_CFLAGS="$CFLAGS"
|
||||
ARCHITECTURE_CXXFLAGS="$CXXFLAGS"
|
||||
ARCHITECTURE_LDFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Add table
Reference in a new issue