mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
wine: drop prelink dependency.
This commit is contained in:
parent
2675daaea5
commit
cf623fe190
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=10.10
|
version=10.10
|
||||||
revision=1
|
revision=2
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=wine-${_pkgver}
|
build_wrksrc=wine-${_pkgver}
|
||||||
|
@ -77,10 +77,6 @@ else
|
||||||
fi
|
fi
|
||||||
_wineserver_suffix=${_wine_suffix}
|
_wineserver_suffix=${_wine_suffix}
|
||||||
|
|
||||||
if [ "$XBPS_LIBC" = "glibc" ]; then
|
|
||||||
hostmakedepends+=" prelink"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${build_option_wow64}" ]; then
|
if [ "${build_option_wow64}" ]; then
|
||||||
configure_args+=" --enable-archs=i386,x86_64"
|
configure_args+=" --enable-archs=i386,x86_64"
|
||||||
makedepends+=" cross-i686-w64-mingw32"
|
makedepends+=" cross-i686-w64-mingw32"
|
||||||
|
|
Loading…
Add table
Reference in a new issue